aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rdup
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 22:04:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-19 22:04:44 +0000
commitcd6ed676539d23edf601936e11a84989f19363e5 (patch)
treed14494b07d89b3519c6c3cda6a5387365833c31d /sysutils/rdup
parente7c8f622573e335c3cc42374a6b3e24b5c21fb6c (diff)
downloadports-cd6ed676539d23edf601936e11a84989f19363e5.tar.gz
ports-cd6ed676539d23edf601936e11a84989f19363e5.zip
Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer over all supported version of freebsd
Notes
Notes: svn path=/head/; revision=392537
Diffstat (limited to 'sysutils/rdup')
-rw-r--r--sysutils/rdup/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/rdup/Makefile b/sysutils/rdup/Makefile
index f4f4c0904469..73616f3405ca 100644
--- a/sysutils/rdup/Makefile
+++ b/sysutils/rdup/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rdup
PORTVERSION= 1.1.14
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://archive.miek.nl/projects/rdup/
@@ -14,13 +14,10 @@ LICENSE= GPLv3
LIB_DEPENDS= libglib-2.0.so:${PORTSDIR}/devel/glib20 \
libpcre.so:${PORTSDIR}/devel/pcre \
- libarchive.so:${PORTSDIR}/archivers/libarchive \
libnettle.so:${PORTSDIR}/security/nettle
-USES= gmake pkgconfig tar:bzip2
+USES= gmake libarchive pkgconfig tar:bzip2
USE_AUTOTOOLS= autoconf
MAKEFILE= GNUmakefile
-LDFLAGS+= -L${LOCALBASE}/lib
-
.include <bsd.port.mk>