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 /games/lincity | |
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 'games/lincity')
-rw-r--r-- | games/lincity/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile index ec54f48e2243..3d52da79a8a4 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/linux/games/ MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 + USE_XLIB= yes ALL_TARGET= freebsd MAN6= lincity.6 |