diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-im/mu-conference | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net-im/mu-conference')
-rw-r--r-- | net-im/mu-conference/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-im/mu-conference/Makefile b/net-im/mu-conference/Makefile index 9bf7af1fa5f8..fb9cfa433755 100644 --- a/net-im/mu-conference/Makefile +++ b/net-im/mu-conference/Makefile @@ -14,8 +14,8 @@ COMMENT= Multi-User Conferencing component for Jabber LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ - libidn.so:${PORTSDIR}/dns/libidn +LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libidn.so:dns/libidn USES= pkgconfig shebangfix SHEBANG_FILES= scripts/roommaker.pl scripts/roomname.pl @@ -58,19 +58,19 @@ JABBER_REQUIRE?= jabber JABBER_USER?= jabber JABBER_PIDDIR?= /var/run/jabberd JABBER_SPOOLDIR?= /var/spool/jabberd -RUN_DEPENDS+= jabberd14:${PORTSDIR}/net-im/jabber +RUN_DEPENDS+= jabberd14:net-im/jabber .elif ${PORT_OPTIONS:MJABBERD} JABBER_REQUIRE?= jabberd JABBER_USER?= jabber JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber -RUN_DEPENDS+= jabberd:${PORTSDIR}/net-im/jabberd +RUN_DEPENDS+= jabberd:net-im/jabberd .elif ${PORT_OPTIONS:MEJABBERD} JABBER_REQUIRE?= ejabberd JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber -RUN_DEPENDS+= ejabberdctl:${PORTSDIR}/net-im/ejabberd +RUN_DEPENDS+= ejabberdctl:net-im/ejabberd .elif ${PORT_OPTIONS:MDAEMON} JABBER_REQUIRE?= DAEMON JABBER_USER?= nobody |