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 /ftp | |
parent | 5d0d22b4a303cf1196225ea601f02062ff49baea (diff) | |
download | ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.tar.gz ports-ecea4a760302eef9e35cd96c3735f95dc259cdd1.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 9c7c28a0b5bf..03924b13d5a2 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -84,7 +84,7 @@ CONFIGURE_ARGS += --with-krb4=/usr .endif .if !defined(WITHOUT_LIBIDN) && (defined(WITH_LIBIDN) || exists(${LOCALBASE}/lib/libidn.so)) -LIB_DEPENDS+= idn.16:${PORTSDIR}/devel/libidn +LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn=${LOCALBASE} .else CONFIGURE_ARGS+= --without-libidn |