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

(-)Makefile (-3 / +4 lines)
Lines 15-29 Link Here
15
15
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_X_PREFIX=	yes
17
USE_X_PREFIX=	yes
18
USE_GNOME+=	gtk12
18
USE_GNOMENG=	yes
19
USE_GNOMENG=	yes
19
WANT_GNOME=	yes
20
WANT_GNOME=	yes
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
22
22
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
23
24
24
.if ${HAVE_GNOME:Mgtk12}!=""
25
.if ${HAVE_GNOME:Mgnomelibs}!=""
25
USE_GNOME+=	gtk12
26
PKGNAMESUFFIX=	-gnome
26
PKGNAMESUFFIX=	-gtk
27
USE_GNOME+=	gnomelibs
27
.else
28
.else
28
CONFIGURE_ARGS+=--disable-gnome
29
CONFIGURE_ARGS+=--disable-gnome
29
.endif
30
.endif

Return to bug 42572