diff options
author | asami <asami@FreeBSD.org> | 2000-08-11 14:34:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-11 14:34:47 +0800 |
commit | ff36572b9d6d3f0cdd6c79285232dc6084aa07bc (patch) | |
tree | db76bb27091f55e53742b6b86e5b07957cf3cb1f /cad/pisces | |
parent | 168cacfd77cb7fb984d32cc8ee042ebafaaa0e7d (diff) | |
download | freebsd-ports-gnome-ff36572b9d6d3f0cdd6c79285232dc6084aa07bc.tar.gz freebsd-ports-gnome-ff36572b9d6d3f0cdd6c79285232dc6084aa07bc.tar.zst freebsd-ports-gnome-ff36572b9d6d3f0cdd6c79285232dc6084aa07bc.zip |
Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these ports
use imake themselves.
Submitted by: bento (sort of)
Diffstat (limited to 'cad/pisces')
-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 |