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 /dns/pear-File_DNS | |
parent | 868fb29f23bfae4d55ab923ea34259adf63b4886 (diff) |
Notes
Diffstat (limited to 'dns/pear-File_DNS')
-rw-r--r-- | dns/pear-File_DNS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/pear-File_DNS/Makefile b/dns/pear-File_DNS/Makefile index 71f8bf7535df..4a376e8c4a81 100644 --- a/dns/pear-File_DNS/Makefile +++ b/dns/pear-File_DNS/Makefile @@ -8,8 +8,8 @@ CATEGORIES= dns devel pear MAINTAINER= chris@ctgameinfo.com COMMENT= PEAR class to read and write RFC1033-style DNS Zonefiles -BUILD_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File -RUN_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File +BUILD_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File@${PHP_FLAVOR} +RUN_DEPENDS= ${PEARDIR}/File.php:sysutils/pear-File@${PHP_FLAVOR} USES= pear |