summaryrefslogtreecommitdiff
path: root/www/ap-php4
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-09-05 12:39:41 +0000
committerzuntum <zuntum@pkgsrc.org>2002-09-05 12:39:41 +0000
commitcbccfd05f7ded67ce2dcd14170b9adaec33163ab (patch)
tree3793de2d501924adcb3cbfe9e0b46e4a85f66c4e /www/ap-php4
parent2d68705abc393895655b5305bc37c41c5d7cdaec (diff)
downloadpkgsrc-cbccfd05f7ded67ce2dcd14170b9adaec33163ab.tar.gz
Include "pkgsrc/www/php4/Makefile.php" again, because the package does not build
with it. The line seems to have accidentally been removed when linker flags patch went in.
Diffstat (limited to 'www/ap-php4')
-rw-r--r--www/ap-php4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ap-php4/Makefile b/www/ap-php4/Makefile
index 2c5d59ad8b3..f24ac1de4d4 100644
--- a/www/ap-php4/Makefile
+++ b/www/ap-php4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2002/09/04 14:47:39 agc Exp $
+# $NetBSD: Makefile,v 1.24 2002/09/05 12:39:41 zuntum Exp $
PKGNAME= ap-php-${PHP_BASE_VERS}
PKGREVISION= # empty
@@ -9,6 +9,8 @@ DEPENDS+= php>=${PHP_BASE_VERS}:../../www/php4
USE_BUILDLINK2= YES
APACHE_MODULE= YES
+.include "../../www/php4/Makefile.php"
+
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}