diff options
Diffstat (limited to 'net/sie-nmsg/Makefile')
-rw-r--r-- | net/sie-nmsg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sie-nmsg/Makefile b/net/sie-nmsg/Makefile index ebf11c31a7cf..bebe0f939682 100644 --- a/net/sie-nmsg/Makefile +++ b/net/sie-nmsg/Makefile @@ -11,9 +11,9 @@ COMMENT= SIE message module plugin for libnmsg LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYRIGHT -LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ - libnmsg.so:${PORTSDIR}/net/nmsg \ - libwdns.so:${PORTSDIR}/dns/wdns +LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \ + libnmsg.so:net/nmsg \ + libwdns.so:dns/wdns GNU_CONFIGURE= yes USES= gmake libtool pathfix pkgconfig |