diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-01 23:31:33 +0800 |
commit | 2157e96c1756fe79e8a01802d1d710edaac50cbb (patch) | |
tree | bdb894b28622f474aadbd89b6a417c6ee83b542b /www/nscache | |
parent | b791292abe85fc042bb958b8d9f503acfdd0a54a (diff) | |
download | freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.gz freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.tar.zst freebsd-ports-gnome-2157e96c1756fe79e8a01802d1d710edaac50cbb.zip |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'www/nscache')
-rw-r--r-- | www/nscache/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/nscache/Makefile b/www/nscache/Makefile index a72f8a8e8c98..8c4aa8a41c83 100644 --- a/www/nscache/Makefile +++ b/www/nscache/Makefile @@ -16,18 +16,19 @@ EXTRACT_SUFX= .tgz MAINTAINER= kris@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes USE_AUTOMAKE= yes AUTOMAKE_ARGS= --include-deps CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG} - + .include <bsd.port.pre.mk> - + .if defined(HAVE_GNOME) -USE_GNOME= yes +USE_GNOME+= gtk12 +PKGNAMESUFFIX= -gtk .else CONFIGURE_ARGS+= --disable-gnome .endif |