diff options
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 4 |
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> |