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 | |
parent | 5d0d22b4a303cf1196225ea601f02062ff49baea (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork3/Makefile | 2 | ||||
-rw-r--r-- | net/kdenetwork4/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 68717c8e6152..44871b0b2ae5 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses tcp and/or http -LIB_DEPENDS= idn.16:${PORTSDIR}/devel/libidn +LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn USE_OPENSSL= yes GNU_CONFIGURE= yes diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index b2194e9ac3c1..6cb3d2841096 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Network-related programs and modules for KDE -LIB_DEPENDS= idn:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \ slp:${PORTSDIR}/net/openslp RUN_DEPENDS= ${QT_PREFIX}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index b2194e9ac3c1..6cb3d2841096 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org COMMENT= Network-related programs and modules for KDE -LIB_DEPENDS= idn:${PORTSDIR}/devel/libidn \ +LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn \ slp:${PORTSDIR}/net/openslp RUN_DEPENDS= ${QT_PREFIX}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls |