diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-11 09:45:54 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-11 09:45:54 +0000 |
commit | f4b40c1eda8f04bfd069f19d077b86f2157ab125 (patch) | |
tree | 4a2d84d0daf8d3baa327cba99e678186de8b223b /net-p2p/qtella | |
parent | 10b66a90545b7ee9eb3404731fed4ea4c94872fd (diff) | |
download | FreeBSD-ports-f4b40c1eda8f04bfd069f19d077b86f2157ab125.zip FreeBSD-ports-f4b40c1eda8f04bfd069f19d077b86f2157ab125.tar.gz |
- Set only i386
Submitted by: pointyhat via kris
Diffstat (limited to 'net-p2p/qtella')
-rw-r--r-- | net-p2p/qtella/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/qtella/Makefile b/net-p2p/qtella/Makefile index 5d3054a..ecb9eeb 100644 --- a/net-p2p/qtella/Makefile +++ b/net-p2p/qtella/Makefile @@ -23,6 +23,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} \ --with-id3-dir=${LOCALBASE} +ONLY_FOR_ARCHS= i386 QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} |