Tue Jun 9 15:15:07 2009 UTC ()
Requires pkg-config to find openssl dependancy.


(sketch)
diff -r1.71 -r1.72 pkgsrc/lang/php5/Makefile

cvs diff -r1.71 -r1.72 pkgsrc/lang/php5/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/php5/Attic/Makefile 2009/03/02 22:52:17 1.71
+++ pkgsrc/lang/php5/Attic/Makefile 2009/06/09 15:15:07 1.72
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.71 2009/03/02 22:52:17 adrianp Exp $ 1# $NetBSD: Makefile,v 1.72 2009/06/09 15:15:07 sketch Exp $
2 2
3PKGNAME= php-${PHP_BASE_VERS} 3PKGNAME= php-${PHP_BASE_VERS}
4CATEGORIES= lang 4CATEGORIES= lang
5HOMEPAGE= http://www.php.net/ 5HOMEPAGE= http://www.php.net/
6COMMENT= PHP Hypertext Preprocessor version 5 6COMMENT= PHP Hypertext Preprocessor version 5
7 7
8TEST_TARGET= test 8TEST_TARGET= test
9PKG_DESTDIR_SUPPORT= user-destdir 9PKG_DESTDIR_SUPPORT= user-destdir
10 10
11USE_TOOLS+= gmake lex 11USE_TOOLS+= gmake lex pkg-config
12LIBTOOL_OVERRIDE= # empty 12LIBTOOL_OVERRIDE= # empty
13 13
14PKG_OPTIONS_REQUIRED_GROUPS+= sapi 14PKG_OPTIONS_REQUIRED_GROUPS+= sapi
15PKG_OPTIONS_GROUP.sapi= cgi fastcgi 15PKG_OPTIONS_GROUP.sapi= cgi fastcgi
16PKG_SUGGESTED_OPTIONS+= cgi 16PKG_SUGGESTED_OPTIONS+= cgi
17 17
18.include "Makefile.php" 18.include "Makefile.php"
19 19
20.if !empty(PKG_OPTIONS:Mcgi) 20.if !empty(PKG_OPTIONS:Mcgi)
21CONFIGURE_ARGS+= --enable-discard-path 21CONFIGURE_ARGS+= --enable-discard-path
22CONFIGURE_ARGS+= --enable-force-cgi-redirect 22CONFIGURE_ARGS+= --enable-force-cgi-redirect
23.endif 23.endif
24 24