diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-19 00:35:21 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-05-19 00:35:21 +0800 |
commit | fb8ab4ccad6aa668c33cf1a44c8fb24dcd73f0f7 (patch) | |
tree | c522860b8ee0c26ea072d32f8e056e5e25960f5c /net/librsync | |
parent | 274f6b67fdb54a6569ce157046de6515329f72e5 (diff) | |
download | freebsd-ports-gnome-fb8ab4ccad6aa668c33cf1a44c8fb24dcd73f0f7.tar.gz freebsd-ports-gnome-fb8ab4ccad6aa668c33cf1a44c8fb24dcd73f0f7.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'net/librsync')
-rw-r--r-- | net/librsync/Makefile | 2 |
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 |