diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-19 05:46:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-19 05:46:41 +0000 |
commit | 01e58cadfd4f574ca0ba6194d750263a173f2d4f (patch) | |
tree | a31104f613ca47f05063aa4d2ee7e54e5bfb789b /graphics/ivtools | |
parent | fa1c444a55776dbf6188341eb9c26a9eb2da2654 (diff) |
add imake dependence
unbreak
PR: 39315
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61542
Diffstat (limited to 'graphics/ivtools')
-rw-r--r-- | graphics/ivtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index be661dbfe9e2..2047e8fb3387 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -14,8 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= johnston@vectaport.com -BROKEN= "Does not build" +BUILD_DEPENDS= imake:${PORTDIR}/devel/imake +USE_XLIB= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |