diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /graphics/ivtools | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) | |
download | ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.tar.gz ports-48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531.zip |
Notes
Diffstat (limited to 'graphics/ivtools')
-rw-r--r-- | graphics/ivtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 1d4ca1aec1e3..868b9acc9b4b 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= ivtools PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff USE_XLIB= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS= --with-tiff=${PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} USE_LDCONFIG= yes |