diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-12 18:52:22 +0000 |
commit | ecea4a760302eef9e35cd96c3735f95dc259cdd1 (patch) | |
tree | 4345bff39a4bda9231ee6f06ba3edf94a2e832ba /net-im/jabberd | |
parent | 5d0d22b4a303cf1196225ea601f02062ff49baea (diff) | |
download | ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.tar.gz ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.zip |
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 'net-im/jabberd')
-rw-r--r-- | net-im/jabberd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index 8f36962f2d2c..15410582d73c 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= jabber MAINTAINER= kirk@strauser.com COMMENT= Online presence and instant messaging server -LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn OPTIONS= POSTGRESQL "Use PostgreSQL for storage and authentication" off \ MYSQL "Use MySQL for storage and authentication" off \ |