summaryrefslogtreecommitdiff
path: root/www/dpsearch/Makefile
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-03-14 08:40:06 +0000
committerWen Heping <wen@FreeBSD.org>2011-03-14 08:40:06 +0000
commit43721c23d5bd1f196f82f04c0f163cd9d3b8fc51 (patch)
treea70c143dac5d79ed2e6807975eb06d22bfeea2ff /www/dpsearch/Makefile
parent- Update to 1.19 (diff)
- Bump PORTREVISION to chase the update of dns/libidn
Notes
Notes: svn path=/head/; revision=270856
Diffstat (limited to '')
-rw-r--r--www/dpsearch/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index 1e6078554d14..cc4270136847 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dpsearch
PORTVERSION= 4.53
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://dataparksearch.googlecode.com/files/ \
http://www.dataparksearch.org/
@@ -94,7 +95,7 @@ CONFIGURE_ARGS+=--enable-chasen
.endif
.if defined(WITH_DPSEARCH_IDN)
-LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn
+LIB_DEPENDS+= idn.17:${PORTSDIR}/dns/libidn
CONFIGURE_ARGS+=--enable-idn
.endif