diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-07-18 07:40:41 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-07-18 07:40:41 +0000 |
commit | d87aab5edd53cb273210bb134c9ff0f4cc9f72c6 (patch) | |
tree | 54437cabd484e122238bbdc1954080000d93adff /databases | |
parent | 9a1bd24f7833c9ccc94130700b3fa0544a3bf332 (diff) | |
download | ports-d87aab5edd53cb273210bb134c9ff0f4cc9f72c6.tar.gz ports-d87aab5edd53cb273210bb134c9ff0f4cc9f72c6.zip |
Notes
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 |