diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-26 18:40:14 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-26 18:40:14 +0000 |
commit | 4528c512abd58f505d07ee584ceef96eb068d11b (patch) | |
tree | 49eafc208997e5cf93ac70e00453a6c443a9806c | |
parent | bef15ecc1408fedf1468baf604f86cc98e4ef227 (diff) | |
download | ports-4528c512abd58f505d07ee584ceef96eb068d11b.tar.gz ports-4528c512abd58f505d07ee584ceef96eb068d11b.zip |
Notes
-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> |