summaryrefslogtreecommitdiffstats
path: root/net/ocserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ocserv/Makefile')
-rw-r--r--net/ocserv/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile
index 3d8d0d3..f9685d1 100644
--- a/net/ocserv/Makefile
+++ b/net/ocserv/Makefile
@@ -12,15 +12,15 @@ COMMENT= Server implementing the AnyConnect SSL VPN protocol
LICENSE= GPLv2
-BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \
- gsed:${PORTSDIR}/textproc/gsed \
- bash:${PORTSDIR}/shells/bash
-LIB_DEPENDS= liblz4.so:${PORTSDIR}/archivers/liblz4 \
- libiconv.so:${PORTSDIR}/converters/libiconv \
- libtalloc.so:${PORTSDIR}/devel/talloc \
- libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \
- libgnutls.so:${PORTSDIR}/security/gnutls \
- libtasn1.so:${PORTSDIR}/security/libtasn1
+BUILD_DEPENDS= autogen:devel/autogen \
+ gsed:textproc/gsed \
+ bash:shells/bash
+LIB_DEPENDS= liblz4.so:archivers/liblz4 \
+ libiconv.so:converters/libiconv \
+ libtalloc.so:devel/talloc \
+ libprotobuf-c.so:devel/protobuf-c \
+ libgnutls.so:security/gnutls \
+ libtasn1.so:security/libtasn1
USES= autoreconf cpe gettext gmake gperf libtool ncurses \
pathfix pkgconfig readline tar:xz
@@ -47,7 +47,7 @@ PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO
PORTEXAMPLES= profile.xml sample.config sample.passwd
GSSAPI_USES= gssapi:mit
-GSSAPI_LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5
+GSSAPI_LIB_DEPENDS= libkrb5support.so:security/krb5
GSSAPI_CONFIGURE_OFF= --without-gssapi
post-patch:
OpenPOWER on IntegriCloud