diff options
Diffstat (limited to 'ftp/wzdftpd/Makefile')
-rw-r--r-- | ftp/wzdftpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index e0c3ce743971..dd938426da7f 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -44,7 +44,7 @@ OPENSSL_CONFIGURE_ENABLE= openssl OPENSSL_USE= OPENSSL=yes GNUTLS_CONFIGURE_ENABLE= gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls IPV6_CONFIGURE_ENABLE= ipv6 @@ -62,12 +62,12 @@ SQLITE_CONFIGURE_ENABLE= sqlite3 SQLITE_USE= SQLITE=3 AVAHI_CONFIGURE_ON= --with-zeroconf --enable-avahi -AVAHI_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ - libavahi-core.so:${PORTSDIR}/net/avahi-app +AVAHI_LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libavahi-core.so:net/avahi-app HOWL_CONFIGURE_ON= --with-zeroconf --enable-howl HOWL_CPPFLAGS= -I${LOCALBASE}/include/howl -HOWL_LIB_DEPENDS= libhowl.so:${PORTSDIR}/net/howl +HOWL_LIB_DEPENDS= libhowl.so:net/howl .include <bsd.port.options.mk> |