diff options
author | krion <krion@FreeBSD.org> | 2005-01-23 03:21:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-23 03:21:37 +0800 |
commit | 5318ec8aaab357f8c5708f166b539e02984ce9b4 (patch) | |
tree | 1e5edbde990a08cbc8cae570830c5b807fcc1cad | |
parent | a706a3bbe3a9cb622cec33cc0917027eacf3539a (diff) | |
download | freebsd-ports-gnome-5318ec8aaab357f8c5708f166b539e02984ce9b4.tar.gz freebsd-ports-gnome-5318ec8aaab357f8c5708f166b539e02984ce9b4.tar.zst freebsd-ports-gnome-5318ec8aaab357f8c5708f166b539e02984ce9b4.zip |
Fix build.
-rw-r--r-- | games/highmoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/highmoon/Makefile b/games/highmoon/Makefile index 9cc6853cdfe0..e5dfcade6186 100644 --- a/games/highmoon/Makefile +++ b/games/highmoon/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Duel in the universe USE_REINPLACE= yes -USE_SDL= sdl +USE_SDL= sdl mixer WRKSRC= ${WRKDIR}/${PORTNAME} |