diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/php73-bcmath/Makefile | 9 | ||||
-rw-r--r-- | math/php73-gmp/Makefile | 9 |
3 files changed, 0 insertions, 20 deletions
diff --git a/math/Makefile b/math/Makefile index e101c8a2cc18..709a1d7da548 100644 --- a/math/Makefile +++ b/math/Makefile @@ -762,8 +762,6 @@ SUBDIR += permlib SUBDIR += petanque SUBDIR += petiga - SUBDIR += php73-bcmath - SUBDIR += php73-gmp SUBDIR += php74-bcmath SUBDIR += php74-gmp SUBDIR += php80-bcmath diff --git a/math/php73-bcmath/Makefile b/math/php73-bcmath/Makefile deleted file mode 100644 index 998afe3447a2..000000000000 --- a/math/php73-bcmath/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -bcmath - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" diff --git a/math/php73-gmp/Makefile b/math/php73-gmp/Makefile deleted file mode 100644 index ea1816fca3e4..000000000000 --- a/math/php73-gmp/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php73 - -PKGNAMESUFFIX= -gmp - -TEST_TARGET= test - -.include "${MASTERDIR}/Makefile" |