diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-05 17:25:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-05 17:25:39 +0000 |
commit | 6a417285d928552057a584ca2c018d202c08dfa9 (patch) | |
tree | aa817afb133c6c916241384578578008d98c3b00 /www/php4 | |
parent | 2139106a6db9172c423a35065de7d2383aaadec8 (diff) | |
download | pkgsrc-6a417285d928552057a584ca2c018d202c08dfa9.tar.gz |
Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}.
Diffstat (limited to 'www/php4')
-rw-r--r-- | www/php4/Makefile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php index 6f4a8c86f39..b4ee091e3ee 100644 --- a/www/php4/Makefile.php +++ b/www/php4/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.31 2005/11/04 21:16:30 tv Exp $ +# $NetBSD: Makefile.php,v 1.32 2005/11/05 17:25:39 rillig Exp $ .include "../../www/php4/Makefile.common" @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= ${PHP4_CONFIGURE_ARGS} CONFIGURE_ENV+= ac_cv_lib_pam_pam_start=no CONFIGURE_ENV+= EXTENSION_DIR="${PREFIX}/${PHP_EXTENSION_DIR}" -PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[^-]*$//} +PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGBASE} PKG_SUPPORTED_OPTIONS+= inet6 ssl PKG_SUGGESTED_OPTIONS+= ssl |