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

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

Return to bug 42569