diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-05 19:22:47 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-05 19:22:47 +0000 |
commit | 821919eb0b6a7ebabc62164624234bda9b142ea9 (patch) | |
tree | 0d6e2e9440fe4a67be9144f2aa4549af53b0ddd3 /news | |
parent | * Upgrade to 2.2. (diff) |
Deploy GNOMENG infrastructure
PR: 42209
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'news')
-rw-r--r-- | news/glitter/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/news/glitter/Makefile b/news/glitter/Makefile index 787ffe18d623..6e3de6fe921d 100644 --- a/news/glitter/Makefile +++ b/news/glitter/Makefile @@ -16,17 +16,12 @@ DISTNAME= ${PORTNAME}-1.0beta1 MAINTAINER= greg@gregnet.net USE_X_PREFIX= yes -USE_GTK= yes -WANT_GNOME= yes -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs gtk12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -.if defined(HAVE_GNOME) -USE_GNOME= yes -.endif - pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |