diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-11 06:34:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-11 06:34:47 +0000 |
commit | 2e3170ec6be5642817e11ca9e9d1b4e3423cfeff (patch) | |
tree | d795505b31b8f0adb119bf9e22f698bc8c6a0b72 /cad/pisces/Makefile | |
parent | d041c5f9aaa89f98e7f0b6e845874710af92d653 (diff) | |
download | ports-2e3170ec6be5642817e11ca9e9d1b4e3423cfeff.tar.gz ports-2e3170ec6be5642817e11ca9e9d1b4e3423cfeff.zip |
Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these ports
use imake themselves.
Submitted by: bento (sort of)
Notes
Notes:
svn path=/head/; revision=31513
Diffstat (limited to 'cad/pisces/Makefile')
-rw-r--r-- | cad/pisces/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/pisces/Makefile b/cad/pisces/Makefile index 5de86ec7f38d..b326ab38eae2 100644 --- a/cad/pisces/Makefile +++ b/cad/pisces/Makefile @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= masini@uniroma3.it -BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c +BUILD_DEPENDS= f2c:${PORTSDIR}/lang/f2c \ + imake:${PORTSDIR}/devel/imake-4 NO_WRKSUBDIR= yes USE_XLIB= yes |