diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:12:28 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-10 03:12:28 +0000 |
commit | 392eb0fc92da1b4881b087f4a593f2c22a7fa663 (patch) | |
tree | 31614cc02fa9fac43bab9d311aa5f8833495ab81 | |
parent | d5bad99c953e5ee70d5516b1da5e13347df84206 (diff) |
Notes
-rw-r--r-- | textproc/wv/Makefile | 9 | ||||
-rw-r--r-- | textproc/wv/distinfo | 6 | ||||
-rw-r--r-- | textproc/wv/pkg-plist | 2 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index bbe6b084db20..22942900fca8 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wv -PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTVERSION= 1.2.7 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/wv/${PORTVERSION}/ @@ -20,9 +19,9 @@ RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx USE_GNOME= gnometarget libgsf USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - MKDIR_P="${MKDIR}" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MKDIR_P="${MKDIR}" CONFIGURE_ARGS= --with-png=${LOCALBASE} \ --with-libwmf=${LOCALBASE} MAKEFILE= GNUmakefile diff --git a/textproc/wv/distinfo b/textproc/wv/distinfo index 34f7a65f31e3..ada3ed5fffdf 100644 --- a/textproc/wv/distinfo +++ b/textproc/wv/distinfo @@ -1,3 +1,3 @@ -MD5 (wv-1.2.6.tar.gz) = 532fd6aa56e9d05e1b945bd6df0e2d32 -SHA256 (wv-1.2.6.tar.gz) = 3884723e05b2b60d56d89b4020549c06c70c6c1d0a7aa12fdb9719a22c854255 -SIZE (wv-1.2.6.tar.gz) = 591180 +MD5 (wv-1.2.7.tar.gz) = a6a3484745aa73897ff9c5a871482b4b +SHA256 (wv-1.2.7.tar.gz) = a3a367062e894770fc3ef63bbf7e285cb025253f972fa899c16931f741e856ea +SIZE (wv-1.2.7.tar.gz) = 669498 diff --git a/textproc/wv/pkg-plist b/textproc/wv/pkg-plist index b8f66b2a27dc..ec23de16330a 100644 --- a/textproc/wv/pkg-plist +++ b/textproc/wv/pkg-plist @@ -16,7 +16,7 @@ bin/wvWare bin/wvWml include/wv/wv.h lib/libwv-1.2.so -lib/libwv-1.2.so.3 +lib/libwv-1.2.so.4 lib/libwv.a lib/libwv.la lib/libwv.so |