diff options
author | flo <flo@FreeBSD.org> | 2012-07-18 15:40:41 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-07-18 15:40:41 +0800 |
commit | cf850dcbbdb95f2d94aa42ebb55243d544da981c (patch) | |
tree | 54437cabd484e122238bbdc1954080000d93adff /databases | |
parent | 76d8e1154755d10b0c29e7d054148bd31c5a46d0 (diff) | |
download | freebsd-ports-gnome-cf850dcbbdb95f2d94aa42ebb55243d544da981c.tar.gz freebsd-ports-gnome-cf850dcbbdb95f2d94aa42ebb55243d544da981c.tar.zst freebsd-ports-gnome-cf850dcbbdb95f2d94aa42ebb55243d544da981c.zip |
- fix a typo which results in php53-pdo_mysql to always set USE_MYSQL
- bump PORTREVISION of php53-pdo_mysql
PR: ports/169959
Submitted by: Alexey Markov <redrat@mail.ru>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php53-pdo_mysql/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/php53-pdo_mysql/Makefile b/databases/php53-pdo_mysql/Makefile index ecc61c1d6a9d..ea204e4cbf06 100644 --- a/databases/php53-pdo_mysql/Makefile +++ b/databases/php53-pdo_mysql/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + CATEGORIES= databases MASTERDIR= ${.CURDIR}/../../lang/php53 |