diff options
author | taca <taca> | 2012-06-16 05:22:34 +0000 |
---|---|---|
committer | taca <taca> | 2012-06-16 05:22:34 +0000 |
commit | 94e1e9411fbe4a65d8c8648330a8b60fc3df3621 (patch) | |
tree | 649e95e30b6b02edd633a8cd24b61ff9734ad99e /lang/Makefile | |
parent | 8e0e3369797c2240b364a9217802a130ba0afc9c (diff) | |
download | pkgsrc-94e1e9411fbe4a65d8c8648330a8b60fc3df3621.tar.gz |
Add and enable php54.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1e11d95a55e..c86a9e2fee9 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.320 2012/05/06 13:13:17 obache Exp $ +# $NetBSD: Makefile,v 1.321 2012/06/16 05:22:34 taca Exp $ # COMMENT= Programming languages @@ -130,6 +130,7 @@ SUBDIR+= pforth SUBDIR+= php5 SUBDIR+= php5-perl SUBDIR+= php53 +SUBDIR+= php54 SUBDIR+= picoc SUBDIR+= pict SUBDIR+= pnet |