diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-18 09:15:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-18 09:15:15 +0000 |
commit | d61fb965e037fc8ccb449d68bdfca02ae88d8faa (patch) | |
tree | 4fb81b3178eef80ec1fe1ca01651004670bd6324 /lang/Makefile | |
parent | ab1990a7f222bece0cd37d2ac1cbad813222c1f8 (diff) | |
download | pkgsrc-d61fb965e037fc8ccb449d68bdfca02ae88d8faa.tar.gz |
Add commented out lines for php and php5.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 597fea3542e..a2cf81f995b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2004/11/10 16:21:06 wiz Exp $ +# $NetBSD: Makefile,v 1.197 2004/11/18 09:15:15 wiz Exp $ # COMMENT= Programming languages @@ -105,6 +105,8 @@ SUBDIR+= perl58 SUBDIR+= perl58-thread SUBDIR+= pforth SUBDIR+= pgcc +#SUBDIR+= php # only contains Makefile fragments +#SUBDIR+= php5 # only contains Makefile fragments SUBDIR+= pnet SUBDIR+= pnetC SUBDIR+= pnetlib |