diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-08 19:48:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-03-08 19:48:41 +0000 |
commit | a1993564e04f29ecbaa05be740547c8677d423cd (patch) | |
tree | a942b9de6ec3ced252f123bf8a905b18d685aa72 /mail/pear-Net_LMTP | |
parent | 868fb29f23bfae4d55ab923ea34259adf63b4886 (diff) | |
download | ports-a1993564e04f29ecbaa05be740547c8677d423cd.tar.gz ports-a1993564e04f29ecbaa05be740547c8677d423cd.zip |
Notes
Diffstat (limited to 'mail/pear-Net_LMTP')
-rw-r--r-- | mail/pear-Net_LMTP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pear-Net_LMTP/Makefile b/mail/pear-Net_LMTP/Makefile index e45d8fa8dd07..e669958d1c8c 100644 --- a/mail/pear-Net_LMTP/Makefile +++ b/mail/pear-Net_LMTP/Makefile @@ -10,7 +10,7 @@ COMMENT= PEAR implementation of the RFC2033 LMTP protocol LICENSE= PHP301 -BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket +BUILD_DEPENDS= ${PEARDIR}/Net/Socket.php:net/pear-Net_Socket@${PHP_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= pear |