diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-06-29 06:45:18 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-06-29 06:45:18 +0000 |
commit | 01b439eff822270b840860a7408b4cb593e352ed (patch) | |
tree | f6107d4da06a774759b5d9c4bb258987e8606f61 /net/rsync | |
parent | be64f122e6edc5ba600d2c8624b964b4bca9ba3f (diff) | |
download | ports-01b439eff822270b840860a7408b4cb593e352ed.tar.gz ports-01b439eff822270b840860a7408b4cb593e352ed.zip |
Notes
Diffstat (limited to 'net/rsync')
-rw-r--r-- | net/rsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile index 89815db9cd21..a28fa02bec1a 100644 --- a/net/rsync/Makefile +++ b/net/rsync/Makefile @@ -63,7 +63,7 @@ ICONV_CPPFLAGS= -I${LOCALBASE}/include ICONV_LDFLAGS= -L${LOCALBASE}/lib ICONV_CONFIGURE_ENABLE= iconv iconv-open -POPT_PORT_LIB_DEPENDS= libopt.so:${PORTSDIR}/devel/popt +POPT_PORT_LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt POPT_PORT_CPPFLAGS= -I${LOCALBASE}/include POPT_PORT_LDFLAGS= -L${LOCALBASE}/lib POPT_CONFIGURE_WITH= included-popt |