summaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-04-26 18:40:14 +0000
committerdwcjr <dwcjr@FreeBSD.org>2002-04-26 18:40:14 +0000
commit4b275546ac60054a6cee2918d0b4b01f19bf347b (patch)
treea27f0670f6f6ecc1763fa1943001919282e41519 /net/rsync
parent8de3a569610c0ddb24316794dd76972b555e65f8 (diff)
downloadFreeBSD-ports-4b275546ac60054a6cee2918d0b4b01f19bf347b.zip
FreeBSD-ports-4b275546ac60054a6cee2918d0b4b01f19bf347b.tar.gz
Use popt in ports
PR: 37348 Submitted by: maintainer
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 6b3a362..488c907 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -17,7 +17,11 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
MAINTAINER= obraun@informatik.unibw-muenchen.de
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud