diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-12-12 06:46:28 +0800 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-12-12 06:46:28 +0800 |
commit | 40fc6e4993ea7391c967f549b49a5335afe50aca (patch) | |
tree | 6f86bbeff262396e9d095b575c40dde749011934 /games | |
parent | 2c7ba2f9f79fcb5c7dacac7ce834116bfb375f8c (diff) | |
download | freebsd-ports-gnome-40fc6e4993ea7391c967f549b49a5335afe50aca.tar.gz freebsd-ports-gnome-40fc6e4993ea7391c967f549b49a5335afe50aca.tar.zst freebsd-ports-gnome-40fc6e4993ea7391c967f549b49a5335afe50aca.zip |
Don't build package because it would be huge (186mb), and the port does not
actually build anything.
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
PR: ports/90257
Diffstat (limited to 'games')
-rw-r--r-- | games/spicetrade/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/spicetrade/Makefile b/games/spicetrade/Makefile index d8851864b855..67f328e09268 100644 --- a/games/spicetrade/Makefile +++ b/games/spicetrade/Makefile @@ -17,6 +17,8 @@ EXTRACT_ONLY= MAINTAINER= daniel@roe.ch COMMENT= Colourful 14th century Arab spice trading game +NO_PACKAGE= "Package will be 186MB, set FORCE_PACKAGE if you really want to build it" + USE_JAVA= 1.4+ USE_X_PREFIX= yes NO_BUILD= yes |