diff options
Diffstat (limited to 'graphics/ivtools/Makefile')
-rw-r--r-- | graphics/ivtools/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 002406eb37d5..34de1688b9e8 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -7,19 +7,17 @@ PORTNAME= ivtools PORTVERSION= 1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= araujo@FreeBSD.org COMMENT= Drawing editors derived from idraw -BUILD_DEPENDS= imake:${X_IMAKE_PORT} +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -USE_XLIB= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS= --with-tiff=${PREFIX} |