diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 18:20:36 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-27 18:20:36 +0800 |
commit | 4825ba4186570b02bee67b081b6b13513a0776d2 (patch) | |
tree | 7090d9051ccc900a93dd384e8a6c7d103c09c354 /games/uhexen | |
parent | f66fd9b1daf376bf8b8a402a95bf13a164d71582 (diff) | |
download | freebsd-ports-gnome-4825ba4186570b02bee67b081b6b13513a0776d2.tar.gz freebsd-ports-gnome-4825ba4186570b02bee67b081b6b13513a0776d2.tar.zst freebsd-ports-gnome-4825ba4186570b02bee67b081b6b13513a0776d2.zip |
- Unbreak build
Diffstat (limited to 'games/uhexen')
-rw-r--r-- | games/uhexen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile index ef2895f11580..a4df558084a1 100644 --- a/games/uhexen/Makefile +++ b/games/uhexen/Makefile @@ -3,7 +3,7 @@ PORTNAME= uhexen PORTVERSION= 0.601 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/U-hexen%20version%20${PORTVERSION} @@ -17,6 +17,8 @@ OPTIONS_DEFINE= MUSIC OPTIONS_DEFAULT= MUSIC MUSIC_DESC= In-game MIDI music support +PLIST_FILES= bin/uhexen + .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" |