diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-01 18:30:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-01 18:30:46 +0000 |
commit | de3c7785c77a2df94b46e495f3b48bab1a425246 (patch) | |
tree | 291e793f618b92a63d50bec685dcd4273c9875a6 /news/grn | |
parent | cf71a7a200e553fa42f12b7dbd1fe7b7555e64e7 (diff) |
Notes
Diffstat (limited to 'news/grn')
-rw-r--r-- | news/grn/Makefile | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/news/grn/Makefile b/news/grn/Makefile index b9205aeab568..f343dc2be108 100644 --- a/news/grn/Makefile +++ b/news/grn/Makefile @@ -16,27 +16,13 @@ COMMENT= A NNTP client for Gnome USE_X_PREFIX= yes USE_BZIP2= yes +USE_PERL5= yes +USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_GNOME= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ENV= glibpath="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -BROKEN= "Does not compile" -.endif - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ - s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |