aboutsummaryrefslogtreecommitdiff
path: root/www/httrack
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-01 15:49:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-09-01 15:49:52 +0000
commit8c70ccb85d8872ff41b1a471f3f91a7fa737802d (patch)
tree961270b26e26f6784aa62bfc1a30911632c1668e /www/httrack
parentf1bf97d36079812f8be1dcddd0c84db6588f1e60 (diff)
downloadports-8c70ccb85d8872ff41b1a471f3f91a7fa737802d.tar.gz
ports-8c70ccb85d8872ff41b1a471f3f91a7fa737802d.zip
- Fix USE_LDCONFIG: remove unnecessary ${PREFIX}/lib which affects lib-depends: output for ports with new LIB_DEPENDS format
Here is an example % cd /usr/ports/science/udunits % make build ===> udunits-2.1.24_1 depends on package: libtool>=2.4 - found ===> udunits-2.1.24_1 depends on shared library: libexpat.so - found - found It was caused by duplicate /usr/local/lib entry in $$dirs in bsd.port.mk lib-depends:
Notes
Notes: svn path=/head/; revision=325868
Diffstat (limited to 'www/httrack')
-rw-r--r--www/httrack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile
index 5c37b02dd506..4bb6b8bdaf72 100644
--- a/www/httrack/Makefile
+++ b/www/httrack/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --docdir="${DOCSDIR}"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_AUTOTOOLS= libtool
-USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME}
+USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
USES= gmake iconv
MAN1= htsserver.1 httrack.1 proxytrack.1 webhttrack.1