diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-05-17 13:17:37 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-05-17 13:17:37 +0000 |
commit | fc1f6932cf3dcfa3b57dc38b53fef057a78a9add (patch) | |
tree | 8dbf3d19f319e27e269ba1c0f36217d0983cc7f1 /textproc/php53-xml/Makefile | |
parent | add a missing patch, without this the module compiles but functionality is (diff) |
- Add a few more patches i missed in the original commit.
- Bump PORTREVISION accordingly
Notes
Notes:
svn path=/head/; revision=296829
Diffstat (limited to 'textproc/php53-xml/Makefile')
-rw-r--r-- | textproc/php53-xml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/php53-xml/Makefile b/textproc/php53-xml/Makefile index 8302d759c1e8..7379b96eb211 100644 --- a/textproc/php53-xml/Makefile +++ b/textproc/php53-xml/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php53 |