diff options
author | wen <wen@FreeBSD.org> | 2010-07-04 17:01:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-07-04 17:01:39 +0800 |
commit | 1a8f5e51c993582ab1d7538d1fb84efa90295761 (patch) | |
tree | bb53b43cc083bc182eb33c2edd4cac04a56b0a4a | |
parent | d743fbef1bf576fc1c6e27467e1eec0c82f64296 (diff) | |
download | freebsd-ports-gnome-1a8f5e51c993582ab1d7538d1fb84efa90295761.tar.gz freebsd-ports-gnome-1a8f5e51c993582ab1d7538d1fb84efa90295761.tar.zst freebsd-ports-gnome-1a8f5e51c993582ab1d7538d1fb84efa90295761.zip |
- Bump PORTREVISION to chase the update of devel/tbb
PR: ports/147870
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe: yes
-rw-r--r-- | archivers/par2cmdline-tbb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/par2cmdline-tbb/Makefile b/archivers/par2cmdline-tbb/Makefile index 488fe036cd7e..2c60ff130eaf 100644 --- a/archivers/par2cmdline-tbb/Makefile +++ b/archivers/par2cmdline-tbb/Makefile @@ -7,6 +7,7 @@ PORTNAME= par2cmdline-tbb PORTVERSION= 20100203 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://chuchusoft.com/par2_tbb/ DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION} MAINTAINER= ganael.laplanche@martymac.com COMMENT= Tools for using Parity v2 Archive files (tbb version) -BUILD_DEPENDS= ${LOCALBASE}/lib/libtbb.so:${PORTSDIR}/devel/tbb +LIB_DEPENDS= tbb.3:${PORTSDIR}/devel/tbb ONLY_FOR_ARCHS= i386 amd64 ia64 GNU_CONFIGURE= yes |