summaryrefslogtreecommitdiffstats
path: root/www/amyc
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
committerlioux <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
commit2157e96c1756fe79e8a01802d1d710edaac50cbb (patch)
treebdb894b28622f474aadbd89b6a417c6ee83b542b /www/amyc
parentb791292abe85fc042bb958b8d9f503acfdd0a54a (diff)
downloadFreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.zip
FreeBSD-ports-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.gz
Deploy USE_GNOMENG infrastructure
PR: 42289 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/amyc')
-rw-r--r--www/amyc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile
index f2eb23e..26408e5 100644
--- a/www/amyc/Makefile
+++ b/www/amyc/Makefile
@@ -21,13 +21,15 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-WANT_GTK= yes
+USE_GNOMENG= yes
+WANT_GNOME= yes
.include <bsd.port.pre.mk>
-.if defined(HAVE_GTK)
+.if ${HAVE_GNOME:Mgtk12}!=""
PLIST_SUB= WITH_GTK=""
-USE_GTK= yes
+USE_GNOME+= gtk12
+PKGNAMESUFFIX= -gtk
.else
PLIST_SUB= WITH_GTK="@comment "
.endif
OpenPOWER on IntegriCloud