diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-06 17:41:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-06 17:41:45 +0800 |
commit | a4587e04f340d44cdfa5891d68473bedd82a3d08 (patch) | |
tree | ece8d1c77e072ae11f8d93a5d7209da7435d0fa9 /news/pan2/Makefile | |
parent | 577c95e3ac3180c6fb16a063a2f1866a8fed8082 (diff) | |
download | freebsd-ports-gnome-a4587e04f340d44cdfa5891d68473bedd82a3d08.tar.gz freebsd-ports-gnome-a4587e04f340d44cdfa5891d68473bedd82a3d08.tar.zst freebsd-ports-gnome-a4587e04f340d44cdfa5891d68473bedd82a3d08.zip |
Update to 0.11.1.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
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 64c53358e233..253321015462 100644 --- a/news/pan2/Makefile +++ b/news/pan2/Makefile @@ -6,9 +6,10 @@ # PORTNAME= pan -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= news gnome -MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/ +MASTER_SITES= http://pan.rebelbase.com/download/${PORTVERSION}/SOURCE/ \ + http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/ MAINTAINER= gnome@FreeBSD.org @@ -17,7 +18,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -lgnuregex -lcompat" CONFIGURE_ARGS= --enable-html CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |