View | Details | Raw Unified | Return to bug 42567
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 17-22 Link Here
17
17
18
USE_XLIB=	yes
18
USE_XLIB=	yes
19
USE_GNOMENG=	yes
19
USE_GNOMENG=	yes
20
USE_GNOME=	gtk12
20
WANT_GNOME=	yes
21
WANT_GNOME=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
MAKE_ARGS=	CFLAGS="${CFLAGS}"
23
MAKE_ARGS=	CFLAGS="${CFLAGS}"
Lines 26-34 Link Here
26
27
27
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
28
29
29
.if ${HAVE_GNOME:Mgtk12}!=""
30
.if ${HAVE_GNOME:Mgnomelibs}!=""
30
USE_GNOME=	gtk12
31
PKGNAMESUFFIX=	-gnome
31
PKGNAMESUFFIX=	-gtk
32
USE_GNOME+=	gnomelibs
33
CONFIGURE_ARGS+=--with-gnome
32
.endif
34
.endif
33
35
34
post-install:
36
post-install:

Return to bug 42567