aboutsummaryrefslogtreecommitdiff
path: root/net/librsync
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-05-18 16:35:21 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-05-18 16:35:21 +0000
commitfb8ab4ccad6aa668c33cf1a44c8fb24dcd73f0f7 (patch)
treec522860b8ee0c26ea072d32f8e056e5e25960f5c /net/librsync
parent274f6b67fdb54a6569ce157046de6515329f72e5 (diff)
downloadports-fb8ab4ccad6aa668c33cf1a44c8fb24dcd73f0f7.tar.gz
ports-fb8ab4ccad6aa668c33cf1a44c8fb24dcd73f0f7.zip
Add net/librsync1 which is based on the 1.0 release of librsync.
This is not API-compatible with the 0.9 release. None of the ports consumers of this library currently build with it.
Notes
Notes: svn path=/head/; revision=386688
Diffstat (limited to 'net/librsync')
-rw-r--r--net/librsync/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 5b417482a439..9b9875dab1f8 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -12,6 +12,8 @@ COMMENT= Library for delta compression of streams
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
+CONFLICTS= librsync1-*
+
USES= gmake libtool
USE_CSTD= gnu89
GNU_CONFIGURE= yes