diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-12-30 00:26:20 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-12-30 00:26:20 +0800 |
commit | dfb1dbd50538a81cfc11e042667d6730654d8048 (patch) | |
tree | f7f7c46fdeee0c3bf5f6e6e63f300036bc6aaa9a | |
parent | fc20d0b0e47aa7956a29648d2df1d2db11d79a7a (diff) | |
download | freebsd-ports-gnome-dfb1dbd50538a81cfc11e042667d6730654d8048.tar.gz freebsd-ports-gnome-dfb1dbd50538a81cfc11e042667d6730654d8048.tar.zst freebsd-ports-gnome-dfb1dbd50538a81cfc11e042667d6730654d8048.zip |
This port now works under amd64
-rw-r--r-- | audio/ocp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 8270e89b1b22..63d79b1519c6 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \ vorbis.4:${PORTSDIR}/audio/libvorbis \ sidplay.1:${PORTSDIR}/audio/libsidplay -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USE_GMAKE= yes |