diff options
Diffstat (limited to 'lang/php5/Makefile.php')
-rw-r--r-- | lang/php5/Makefile.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index 4a9323ac1e3..d76537d4344 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.php,v 1.17 2005/12/05 23:55:10 rillig Exp $ +# $NetBSD: Makefile.php,v 1.18 2006/04/14 13:47:29 cube Exp $ # .include "../../lang/php5/Makefile.common" DISTINFO_FILE= ${.CURDIR}/../../lang/php5/distinfo +PATCHDIR= ${.CURDIR}/../../lang/php5/patches BUILD_DEFS+= USE_INET6 |