diff options
author | marino <marino@FreeBSD.org> | 2014-09-08 02:27:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-09-08 02:27:58 +0800 |
commit | 643087544acbeb63cc4a045e8f5b81f33babdd6d (patch) | |
tree | 984a3984add9a14bc306199ec2106f025d7303e7 /emulators/mupen64plus-video-z64 | |
parent | f4bce669753aa0376cbba068483b08f3cea4247f (diff) | |
download | freebsd-ports-gnome-643087544acbeb63cc4a045e8f5b81f33babdd6d.tar.gz freebsd-ports-gnome-643087544acbeb63cc4a045e8f5b81f33babdd6d.tar.zst freebsd-ports-gnome-643087544acbeb63cc4a045e8f5b81f33babdd6d.zip |
emulators/mupen64plus-video-z64: preserve a bit longer
Most of the mupen64plus ports support stage out of the box, just
remove "NO_STAGE=yes". However, this port is broken for another
reason. To avoid it being pruned for being unstaged, remove NO_STAGE
but leave it broken to give somebody a little more time to fix the
glew dependency issue.
Diffstat (limited to 'emulators/mupen64plus-video-z64')
-rw-r--r-- | emulators/mupen64plus-video-z64/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/mupen64plus-video-z64/Makefile b/emulators/mupen64plus-video-z64/Makefile index 6912a2af929e..5aacb52f905c 100644 --- a/emulators/mupen64plus-video-z64/Makefile +++ b/emulators/mupen64plus-video-z64/Makefile @@ -24,5 +24,4 @@ EXTRACT_AFTER_ARGS= # BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX}/projects/unix WRKSRC= ${WRKDIR} -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |