summaryrefslogtreecommitdiff
path: root/news/grn
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:30:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:30:46 +0000
commitde3c7785c77a2df94b46e495f3b48bab1a425246 (patch)
tree291e793f618b92a63d50bec685dcd4273c9875a6 /news/grn
parent- Rearrange USE_GNOME (diff)
- Rearrange USE_GNOME
PR: 55156 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86140
Diffstat (limited to 'news/grn')
-rw-r--r--news/grn/Makefile20
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>