diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-05 08:06:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-05 08:06:21 +0800 |
commit | 19da7f78057fcbccaea9afb854d5ee46ab11ca8c (patch) | |
tree | a679dfa7910ff779b69ebcdf547daef37e53d469 /textproc/wv/Makefile | |
parent | c1b37b781136a270106caa1e78b6d2a4daa13fea (diff) | |
download | freebsd-ports-gnome-19da7f78057fcbccaea9afb854d5ee46ab11ca8c.tar.gz freebsd-ports-gnome-19da7f78057fcbccaea9afb854d5ee46ab11ca8c.tar.zst freebsd-ports-gnome-19da7f78057fcbccaea9afb854d5ee46ab11ca8c.zip |
- Update to 1.2.4
PR: ports/105036
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Sponsored by: FreeBSD Bug-a-thon #2
Diffstat (limited to 'textproc/wv/Makefile')
-rw-r--r-- | textproc/wv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 86433d756749..aa6007b847e6 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/Makefile @@ -6,10 +6,9 @@ # PORTNAME= wv -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.4 CATEGORIES= textproc -MASTER_SITES= http://www.abisource.com/downloads/${PORTNAME}/${PORTVERSION}/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wvware MAINTAINER= ports@FreeBSD.org @@ -25,7 +24,7 @@ RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-ssl USE_GETOPT_LONG= yes USE_GNOME= gnometarget libgsf USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-png=${LOCALBASE} \ |