diff options
-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 |