diff options
author | ade <ade@FreeBSD.org> | 2001-02-11 10:40:05 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-02-11 10:40:05 +0800 |
commit | bfef499f5f81408ad5e047c13213be189607ebb1 (patch) | |
tree | eb2a56d13c4c817e50f51a0262f20d11f9046ae3 /news/pan/Makefile | |
parent | 0e5e111fc6cbeae9b3dce909fc79ad76a34ebc7f (diff) | |
download | freebsd-ports-gnome-bfef499f5f81408ad5e047c13213be189607ebb1.tar.gz freebsd-ports-gnome-bfef499f5f81408ad5e047c13213be189607ebb1.tar.zst freebsd-ports-gnome-bfef499f5f81408ad5e047c13213be189607ebb1.zip |
Update to 0.9.3
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index 19fb83a43035..58d3a1a8f05c 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -6,14 +6,14 @@ # PORTNAME= pan -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - uu.1:${PORTSDIR}/converters/uulib + gtkhtml.8:${PORTSDIR}/www/gtkhtml USE_BZIP2= yes USE_X_PREFIX= yes @@ -21,7 +21,8 @@ USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -luu" + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --enable-html pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ |