aboutsummaryrefslogtreecommitdiff
path: root/news/pan/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 15:34:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-21 15:34:42 +0000
commit4980edc0122e67e40fcc9701fe54f65f3fb8a41d (patch)
tree6f8e075b94fa76a1b58761a55bd2c23f68e0953b /news/pan/Makefile
parent98d4e4780ee8c0f06a616d68d52a493578f45967 (diff)
downloadports-4980edc0122e67e40fcc9701fe54f65f3fb8a41d.tar.gz
ports-4980edc0122e67e40fcc9701fe54f65f3fb8a41d.zip
Update to 0.10.0.
Notes
Notes: svn path=/head/; revision=46597
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r--news/pan/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile
index 3d6d6853c001..62fea758e280 100644
--- a/news/pan/Makefile
+++ b/news/pan/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pan
-PORTVERSION= 0.9.7
-PORTREVISION= 1
+PORTVERSION= 0.10.0
CATEGORIES= news gnome
MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/
@@ -19,13 +18,14 @@ USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat"
CONFIGURE_ARGS= --enable-html
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'