summaryrefslogtreecommitdiff
path: root/www/dpsearch/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-12 18:52:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-12 18:52:22 +0000
commitecea4a760302eef9e35cd96c3735f95dc259cdd1 (patch)
tree4345bff39a4bda9231ee6f06ba3edf94a2e832ba /www/dpsearch/Makefile
parent- Update to 5.2.1 (diff)
Move IDN related ports from devel to dns category:
devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
Notes
Notes: svn path=/head/; revision=148048
Diffstat (limited to '')
-rw-r--r--www/dpsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dpsearch/Makefile b/www/dpsearch/Makefile
index 59a20aa8255b..89b8612216e4 100644
--- a/www/dpsearch/Makefile
+++ b/www/dpsearch/Makefile
@@ -96,7 +96,7 @@ CONFIGURE_ARGS+=--enable-chasen
.endif
.if defined(WITH_DPSEARCH_IDN)
-LIB_DEPEND+= idn.16:${PORTSDIR}/devel/libidn
+LIB_DEPEND+= idn.16:${PORTSDIR}/dns/libidn
CONFIGURE_ARGS+=--enable-idn
.endif