summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2003-02-05 14:13:21 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2003-02-05 14:13:21 +0000
commit4aa80a5750d09dfd5ff132394c524eebf723b5a9 (patch)
treefb3daebc10a418d166519ee2e286bcfd87511b50 /www/mod_php5/Makefile
parentUpdate to v203. (diff)
Help "make describe" to find dependencies properly.
Requested by: kris
Notes
Notes: svn path=/head/; revision=74876
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 22cdf24d695d..b767a45d23d6 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -99,4 +99,12 @@ post-clean:
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
+# XXX:
+# Has to be kept in sync with the defaults in configure.php
+.ifndef(WITHOUT_MYSQL)
+.ifmake describe
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
+.endif
+.endif
+
.include <bsd.port.mk>