diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
commit | d79ff76e2426d87a8ad0a9731e6e4ebef6d01090 (patch) | |
tree | 563a40b6ae1519cfbef58e63b360c073f2240e7b /archivers/par2cmdline-tbb | |
parent | bb347f42ed1ff2d58ab1a4df7b3db4e811a094ce (diff) | |
download | ports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.tar.gz ports-d79ff76e2426d87a8ad0a9731e6e4ebef6d01090.zip |
Notes
Diffstat (limited to 'archivers/par2cmdline-tbb')
-rw-r--r-- | archivers/par2cmdline-tbb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index eb5114e165ed..dc50e9ccae82 100644 --- a/archivers/par2cmdline-tbb/Makefile +++ b/archivers/par2cmdline-tbb/Makefile @@ -13,10 +13,10 @@ COMMENT= Tools for using Parity v2 Archive files (tbb version) LICENSE= GPLv2 -LIB_DEPENDS= libtbb.so:devel/tbb - ONLY_FOR_ARCHS= amd64 i386 +LIB_DEPENDS= libtbb.so:devel/tbb + GNU_CONFIGURE= yes USES= autoreconf CPPFLAGS+= -I${LOCALBASE}/include |