aboutsummaryrefslogtreecommitdiffstats
path: root/irc/atheme-services
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:08:37 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:08:37 +0800
commit0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /irc/atheme-services
parent148314483d3098c0d6a33944f1190842e671502f (diff)
downloadfreebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.gz
freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.tar.zst
freebsd-ports-gnome-0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c.zip
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'irc/atheme-services')
-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 d6549f389b3d..d707155620f3 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