diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/lmtp2nntp | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'mail/lmtp2nntp')
-rw-r--r-- | mail/lmtp2nntp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index f8648920e5e9..0fe96005a782 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= OSSP/tool/${PORTNAME} MAINTAINER= vd@FreeBSD.org COMMENT= OSSP mail to news gateway -LIB_DEPENDS= libstr.so:${PORTSDIR}/devel/str \ - libex.so:${PORTSDIR}/devel/ossp-ex \ - libsa.so:${PORTSDIR}/net/ossp-sa \ - libvar.so:${PORTSDIR}/devel/ossp-var +LIB_DEPENDS= libstr.so:devel/str \ + libex.so:devel/ossp-ex \ + libsa.so:net/ossp-sa \ + libvar.so:devel/ossp-var GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ex=${LOCALBASE} --with-str=${LOCALBASE} \ |