diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
commit | 93b8f14b85002092175020a9eb55761d91a8a613 (patch) | |
tree | fac54b2858ac8bddffee2c7a42b876e0ae09a801 /www/amyc | |
parent | 28f497a7e40d442851196408f3474c56e2f08a02 (diff) | |
download | freebsd-ports-gnome-93b8f14b85002092175020a9eb55761d91a8a613.tar.gz freebsd-ports-gnome-93b8f14b85002092175020a9eb55761d91a8a613.tar.zst freebsd-ports-gnome-93b8f14b85002092175020a9eb55761d91a8a613.zip |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/amyc')
-rw-r--r-- | www/amyc/Makefile | 8 |
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 |