diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 17:14:44 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-11 18:44:15 +0000 |
commit | 181a8cb342ed8f314045de63fbe2b9231388aee2 (patch) | |
tree | 4e07482b465b92f848d74f902d01975ba928b4ea | |
parent | e995d9e620bd3f1cf845279707398d97b15afe34 (diff) | |
download | ports-181a8cb342ed8f314045de63fbe2b9231388aee2.tar.gz ports-181a8cb342ed8f314045de63fbe2b9231388aee2.zip |
security/pecl-libsodium: Clean up Makefile
-rw-r--r-- | security/pecl-libsodium/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/pecl-libsodium/Makefile b/security/pecl-libsodium/Makefile index daac1564deac..2ab72f64ab22 100644 --- a/security/pecl-libsodium/Makefile +++ b/security/pecl-libsodium/Makefile @@ -13,7 +13,6 @@ LIB_DEPENDS= libsodium.so:security/libsodium USES= localbase php:pecl -#IGNORE_WITH_PHP=73 74 PHP_MODNAME= sodium .include <bsd.port.mk> |