summaryrefslogtreecommitdiff
path: root/www/amyc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-01 15:31:33 +0000
commit93b8f14b85002092175020a9eb55761d91a8a613 (patch)
treefac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/amyc
parentDeploy USE_GNOMENG infrastructure (diff)
Deploy USE_GNOMENG infrastructure
PR: 42289 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65420
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 f2eb23e4aacc..26408e575cd9 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