diff options
Diffstat (limited to 'www/tntnet')
-rw-r--r-- | www/tntnet/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/tntnet/Makefile b/www/tntnet/Makefile index eade7e941cbd..04484a569597 100644 --- a/www/tntnet/Makefile +++ b/www/tntnet/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.tntnet.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Webapplicationserver for C++ -LIB_DEPENDS= libcxxtools.so:${PORTSDIR}/devel/cxxtools -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +LIB_DEPENDS= libcxxtools.so:devel/cxxtools +BUILD_DEPENDS= zip:archivers/zip USES= cpe iconv libtool pathfix pkgconfig shebangfix SHEBANG_FILES= tntnet-conf2xml.pl @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --localstatedir=/var .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --with-ssl=gnutls -LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:security/gnutls .else CONFIGURE_ARGS+= --with-ssl=openssl USE_OPENSSL= yes |