diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-27 18:20:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-27 18:20:36 +0800 |
commit | 77ea2c0a48a136f600fb64fb8f378b4568a83964 (patch) | |
tree | 7090d9051ccc900a93dd384e8a6c7d103c09c354 /games | |
parent | fc9ae72230079aa1db2751eb5bbff73ba45eed0e (diff) | |
download | freebsd-ports-gnome-77ea2c0a48a136f600fb64fb8f378b4568a83964.tar.gz freebsd-ports-gnome-77ea2c0a48a136f600fb64fb8f378b4568a83964.tar.zst freebsd-ports-gnome-77ea2c0a48a136f600fb64fb8f378b4568a83964.zip |
- Unbreak build
Diffstat (limited to 'games')
-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" |