diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-11-13 20:47:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-11-13 20:47:29 +0800 |
commit | b8501d6b443e0f5f220a45efb692bb49da562972 (patch) | |
tree | 4e7992aa397ab938c283445de3fc6ffa3e4f23d1 | |
parent | 78e9b6cdbb604399715d4dfdb4ec97ae703a0e7c (diff) | |
download | freebsd-ports-gnome-b8501d6b443e0f5f220a45efb692bb49da562972.tar.gz freebsd-ports-gnome-b8501d6b443e0f5f220a45efb692bb49da562972.tar.zst freebsd-ports-gnome-b8501d6b443e0f5f220a45efb692bb49da562972.zip |
Support staging.
-rw-r--r-- | audio/xmms-openspc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-openspc/Makefile b/audio/xmms-openspc/Makefile index bceff7b2bb14..6a24db7abb52 100644 --- a/audio/xmms-openspc/Makefile +++ b/audio/xmms-openspc/Makefile @@ -16,13 +16,12 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \ xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -NO_STAGE= yes +GNU_CONFIGURE= yes PLIST_FILES= lib/xmms/Input/openspc.la \ lib/xmms/Input/openspc.so ONLY_FOR_ARCHS= i386 # contains x86 assembler code -GNU_CONFIGURE= yes .include <bsd.port.pre.mk> |