aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-04-27 02:40:14 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-04-27 02:40:14 +0800
commit4b275546ac60054a6cee2918d0b4b01f19bf347b (patch)
treea27f0670f6f6ecc1763fa1943001919282e41519 /net/rsync/Makefile
parent8de3a569610c0ddb24316794dd76972b555e65f8 (diff)
downloadfreebsd-ports-gnome-4b275546ac60054a6cee2918d0b4b01f19bf347b.tar.gz
freebsd-ports-gnome-4b275546ac60054a6cee2918d0b4b01f19bf347b.tar.zst
freebsd-ports-gnome-4b275546ac60054a6cee2918d0b4b01f19bf347b.zip
Use popt in ports
PR: 37348 Submitted by: maintainer
Diffstat (limited to 'net/rsync/Makefile')
-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>