diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-11-13 12:47:29 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-11-13 12:47:29 +0000 |
commit | b17ff1fb1904937928bdcc2bb11586e13632ba3f (patch) | |
tree | 4e7992aa397ab938c283445de3fc6ffa3e4f23d1 /audio | |
parent | 6ca11dabc80b8d10a9671f30350643dfbabbdcb2 (diff) | |
download | ports-b17ff1fb1904937928bdcc2bb11586e13632ba3f.tar.gz ports-b17ff1fb1904937928bdcc2bb11586e13632ba3f.zip |
Notes
Diffstat (limited to 'audio')
-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> |