summaryrefslogtreecommitdiffstats
path: root/irc/atheme-services/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/atheme-services/Makefile')
-rw-r--r--irc/atheme-services/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/atheme-services/Makefile b/irc/atheme-services/Makefile
index d6549f3..d7071556 100644
--- a/irc/atheme-services/Makefile
+++ b/irc/atheme-services/Makefile
@@ -25,7 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
USERS= ircservices
GROUPS= ircservices
-LIB_DEPENDS+= libmowgli-2.so:${PORTSDIR}/devel/libmowgli2
+LIB_DEPENDS+= libmowgli-2.so:devel/libmowgli2
USE_RC_SUBR= atheme-services
@@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-contrib
.endif
.if ${PORT_OPTIONS:MCRACKLIB}
-LIB_DEPENDS+= libcrack.so:${PORTSDIR}/security/cracklib
+LIB_DEPENDS+= libcrack.so:security/cracklib
CONFIGURE_ARGS+= --with-cracklib
.else
CONFIGURE_ARGS+= --without-cracklib
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-nls
.endif
.if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+= libpcre.so:devel/pcre
CONFIGURE_ARGS+= --with-pcre
.else
CONFIGURE_ARGS+= --without-pcre
OpenPOWER on IntegriCloud