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

(-)Makefile (-1 / +2 lines)
Lines 16-26 Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GNOMENG=	yes
17
USE_GNOMENG=	yes
18
WANT_GNOME=	yes
18
WANT_GNOME=	yes
19
USE_GNOME+=	gtk12
19
20
20
.include <bsd.port.pre.mk>
21
.include <bsd.port.pre.mk>
21
22
22
.if ${HAVE_GNOME:Mgnomelibs}!=""
23
.if ${HAVE_GNOME:Mgnomelibs}!=""
23
USE_GNOME=	gtk12
24
USE_GNOME+=	gnomelibs
24
CONFIGURE_ARGS+= --enable-gnome
25
CONFIGURE_ARGS+= --enable-gnome
25
.endif
26
.endif

Return to bug 42605