diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-02-11 02:40:05 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-02-11 02:40:05 +0000 |
commit | c22b07ba357a7a98f9aece534904f489858dab23 (patch) | |
tree | c3f6893791b87b68282105f0951fc65104e5498b /news/pan2/Makefile | |
parent | 1d149b270822d690480367dae4036599aeacdd4d (diff) | |
download | ports-c22b07ba357a7a98f9aece534904f489858dab23.tar.gz ports-c22b07ba357a7a98f9aece534904f489858dab23.zip |
Notes
Diffstat (limited to 'news/pan2/Makefile')
-rw-r--r-- | news/pan2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile index 19fb83a43035..58d3a1a8f05c 100644 --- a/news/pan2/Makefile +++ b/news/pan2/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 ; \ |