summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-26 18:40:14 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-04-26 18:40:14 +0000
commit4528c512abd58f505d07ee584ceef96eb068d11b (patch)
tree49eafc208997e5cf93ac70e00453a6c443a9806c /net/rsync
parentChanged comment and description appropriately. (diff)
Use popt in ports
PR: 37348 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=58186
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 6b3a362f196d..488c9076e15f 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>