diff options
author | obache <obache@pkgsrc.org> | 2009-12-11 11:38:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-11 11:38:20 +0000 |
commit | c0cc3274b6540d986dedebf2ee6e10aed7b10253 (patch) | |
tree | 93bb1d5605d98341960925bc905f58d0308f979a /www/ap2-auth-mellon/Makefile | |
parent | e938facb60e1a037c1e818fc3702e4f5a88b8dce (diff) | |
download | pkgsrc-c0cc3274b6540d986dedebf2ee6e10aed7b10253.tar.gz |
Remove comments from url2pkg.
Diffstat (limited to 'www/ap2-auth-mellon/Makefile')
-rw-r--r-- | www/ap2-auth-mellon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/ap2-auth-mellon/Makefile b/www/ap2-auth-mellon/Makefile index ffab616866c..d96df607ec2 100644 --- a/www/ap2-auth-mellon/Makefile +++ b/www/ap2-auth-mellon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/11/16 09:48:28 manu Exp $ +# $NetBSD: Makefile,v 1.7 2009/12/11 11:38:20 obache Exp $ # PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/} @@ -27,8 +27,6 @@ CONFIGURE_ENV+= OPENSSL_CFLAGS="${CPPFLAGS}" CONFIGURE_ENV+= OPENSSL_LIBS="-L${PREFIX}/lib -lssl -lcrypto" CONFIGURE_ARGS+= --with-apxs2=${APXS:Q} -# url2pkg-marker (please do not remove this line.) - .include "../../security/lasso/buildlink3.mk" .include "../../www/curl/buildlink3.mk" |