summaryrefslogtreecommitdiff
path: root/www/ap2-auth-mellon
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2009-12-11 14:45:38 +0000
committerobache <obache@pkgsrc.org>2009-12-11 14:45:38 +0000
commit390c0491fdf8f7f0520a440efc3cdea7275b775b (patch)
treee7e9c4602b14071602d3bc2121796993be6506db /www/ap2-auth-mellon
parent4aaac9a5075a718be21ed03ea9d3efc1134ed4a8 (diff)
downloadpkgsrc-390c0491fdf8f7f0520a440efc3cdea7275b775b.tar.gz
Remove additions to CONFIGURE_ENV.
They are automatically handled automatically by pkgsrc with more sufficient variables.
Diffstat (limited to 'www/ap2-auth-mellon')
-rw-r--r--www/ap2-auth-mellon/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile
index 31e45dc22b3..ee6b06c1f4c 100644
--- a/www/ap2-auth-mellon/Makefile
+++ b/www/ap2-auth-mellon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/12/11 11:43:37 obache Exp $
+# $NetBSD: Makefile,v 1.9 2009/12/11 14:45:38 obache Exp $
#
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/}
@@ -20,9 +20,6 @@ PKG_APACHE_ACCEPTED= apache2 apache22
.include "../../mk/apache.mk"
BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
-CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig
-CONFIGURE_ENV+= OPENSSL_CFLAGS="${CPPFLAGS}"
-CONFIGURE_ENV+= OPENSSL_LIBS="-L${PREFIX}/lib -lssl -lcrypto"
CONFIGURE_ARGS+= --with-apxs2=${APXS:Q}
.include "../../security/lasso/buildlink3.mk"