diff options
author | flo <flo@FreeBSD.org> | 2013-11-02 07:49:56 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-11-02 07:49:56 +0800 |
commit | 6cb0a444515909ee39461fa3f5a42697855f0080 (patch) | |
tree | 41446c5fce16b3df26a3721bb21ae700e65dd068 /converters | |
parent | 688a75cd79d6c643d8939d6a558e5982f1447162 (diff) | |
download | freebsd-ports-graphics-6cb0a444515909ee39461fa3f5a42697855f0080.tar.gz freebsd-ports-graphics-6cb0a444515909ee39461fa3f5a42697855f0080.tar.zst freebsd-ports-graphics-6cb0a444515909ee39461fa3f5a42697855f0080.zip |
- convert php53 ports to STAGE
- convert to new LIB_DEPENDS format
Diffstat (limited to 'converters')
-rw-r--r-- | converters/php53-iconv/Makefile | 1 | ||||
-rw-r--r-- | converters/php53-mbstring/Makefile | 1 | ||||
-rw-r--r-- | converters/php53-recode/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/converters/php53-iconv/Makefile b/converters/php53-iconv/Makefile index c69621dd919..400ce3c0d9c 100644 --- a/converters/php53-iconv/Makefile +++ b/converters/php53-iconv/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -iconv -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php53-mbstring/Makefile b/converters/php53-mbstring/Makefile index 991700dbcd1..1a6b1d960ad 100644 --- a/converters/php53-mbstring/Makefile +++ b/converters/php53-mbstring/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -mbstring -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/converters/php53-recode/Makefile b/converters/php53-recode/Makefile index ba1adbc1e61..1f33d889b7d 100644 --- a/converters/php53-recode/Makefile +++ b/converters/php53-recode/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../../lang/php53 PKGNAMESUFFIX= -recode -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |