diff options
author | ru <ru@FreeBSD.org> | 2008-03-29 23:22:13 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2008-03-29 23:22:13 +0800 |
commit | f4273583d1ab766676e49172dad2888981a082ca (patch) | |
tree | cb53f415ab9325004d4a1c02f35422de286b8b71 /games/utserver | |
parent | e6e98206bde22b1aa17860e5610497aef31e985b (diff) | |
download | freebsd-ports-gnome-f4273583d1ab766676e49172dad2888981a082ca.tar.gz freebsd-ports-gnome-f4273583d1ab766676e49172dad2888981a082ca.tar.zst freebsd-ports-gnome-f4273583d1ab766676e49172dad2888981a082ca.zip |
bsd.port.mk requires that OPTIONS should be spelled with double quotes.
Diffstat (limited to 'games/utserver')
-rw-r--r-- | games/utserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/utserver/Makefile b/games/utserver/Makefile index f3724ed79979..812fac29f980 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -22,7 +22,7 @@ COMMENT= Unreal Tournament Dedicated Server for Linux RUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 -OPTIONS= BONUSPACKS 'install the official bonus packs collection' on +OPTIONS= BONUSPACKS "install the official bonus packs collection" on USE_LINUX= yes NO_CDROM= Size; the data set is much too big |