diff options
Diffstat (limited to 'www/librest07')
-rw-r--r-- | www/librest07/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/librest07/Makefile b/www/librest07/Makefile index 96419755ae3..cd3c9b5f352 100644 --- a/www/librest07/Makefile +++ b/www/librest07/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/04/11 11:40:18 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2012/04/12 09:51:12 drochner Exp $ # DISTNAME= rest-0.7.12 @@ -17,6 +17,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake +# see pkgsrc/security/mozilla-rootcerts +CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt PKGCONFIG_OVERRIDE+= rest.pc.in |