diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-17 22:17:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-17 22:17:36 +0800 |
commit | 052eba088d6154f927ac9d899f7c027046e4bb8e (patch) | |
tree | 78e3d4295dbcf19c429635bac10aa4aabc2e31dd /finance | |
parent | f10b848bde88cc10dd4e1fb35c42119e0bf60f04 (diff) | |
download | freebsd-ports-gnome-052eba088d6154f927ac9d899f7c027046e4bb8e.tar.gz freebsd-ports-gnome-052eba088d6154f927ac9d899f7c027046e4bb8e.tar.zst freebsd-ports-gnome-052eba088d6154f927ac9d899f7c027046e4bb8e.zip |
- Switch to php53
Reported by: phw
Diffstat (limited to 'finance')
-rw-r--r-- | finance/php-tclink/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index f7bbbd57d506..81a4f7bbfffc 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -18,5 +18,6 @@ COMMENT= A PHP extension for TrustCommerce credit card processing USE_PHP= yes USE_PHPEXT= yes USE_OPENSSL= yes +DEFAULT_PHP_VER=53 .include <bsd.port.mk> |