diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/php53-bcmath/Makefile | 9 | ||||
-rw-r--r-- | math/php53-gmp/Makefile | 9 |
3 files changed, 0 insertions, 20 deletions
diff --git a/math/Makefile b/math/Makefile index b2f2c8b74512..127e82fbbf6a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -523,8 +523,6 @@ SUBDIR += pecl-trader SUBDIR += php5-bcmath SUBDIR += php5-gmp - SUBDIR += php53-bcmath - SUBDIR += php53-gmp SUBDIR += php55-bcmath SUBDIR += php55-gmp SUBDIR += php56-bcmath diff --git a/math/php53-bcmath/Makefile b/math/php53-bcmath/Makefile deleted file mode 100644 index 09c101f55e07..000000000000 --- a/math/php53-bcmath/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -bcmath - -.include "${MASTERDIR}/Makefile" diff --git a/math/php53-gmp/Makefile b/math/php53-gmp/Makefile deleted file mode 100644 index 8ecc88ed4baf..000000000000 --- a/math/php53-gmp/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -CATEGORIES= math - -MASTERDIR= ${.CURDIR}/../../lang/php53 - -PKGNAMESUFFIX= -gmp - -.include "${MASTERDIR}/Makefile" |