diff options
author | barner <barner@FreeBSD.org> | 2005-12-12 06:46:28 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-12-12 06:46:28 +0800 |
commit | 525078b5585250a6b449218f03c4110bf796e537 (patch) | |
tree | 5c9014d0e55364e932013f868a1cfe1b33d18df2 /games/spicetrade | |
parent | 6bcbb76b4e97db76b8ad6837a09f60920fb6cf60 (diff) | |
download | freebsd-ports-gnome-525078b5585250a6b449218f03c4110bf796e537.tar.gz freebsd-ports-gnome-525078b5585250a6b449218f03c4110bf796e537.tar.zst freebsd-ports-gnome-525078b5585250a6b449218f03c4110bf796e537.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/spicetrade')
-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 |