diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-19 13:46:41 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-19 13:46:41 +0800 |
commit | 18a715450edf630b54c7039f66dd2b78a9382495 (patch) | |
tree | edd5d5a41203cdefc7c454c48a599546bde1e78b | |
parent | d16598c862434f2b3bc233fbca567655711d1afa (diff) | |
download | freebsd-ports-gnome-18a715450edf630b54c7039f66dd2b78a9382495.tar.gz freebsd-ports-gnome-18a715450edf630b54c7039f66dd2b78a9382495.tar.zst freebsd-ports-gnome-18a715450edf630b54c7039f66dd2b78a9382495.zip |
add imake dependence
unbreak
PR: 39315
Submitted by: maintainer
-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} |