diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 16:46:12 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 16:46:12 +0000 |
commit | ef10104630441890430bf8f1b267b5667cacee22 (patch) | |
tree | 02f19657b846e872a30656531ee29e05613670a5 /graphics/ivtools | |
parent | ab2c7ca5ab8de446a25a83497bb403faf33fe70c (diff) | |
download | ports-ef10104630441890430bf8f1b267b5667cacee22.tar.gz ports-ef10104630441890430bf8f1b267b5667cacee22.zip |
Use imake-4 per default
PR: 54289
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=85469
Diffstat (limited to 'graphics/ivtools')
-rw-r--r-- | graphics/ivtools/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 9300489a36e1..b2bfa456ae44 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -7,6 +7,7 @@ PORTNAME= ivtools PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= johnston@vectaport.com COMMENT= Drawing editors derived from idraw +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake +.else +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 +.endif USE_XLIB= yes GNU_CONFIGURE= yes @@ -24,4 +31,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} MANCOMPRESSED= no MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |