summaryrefslogtreecommitdiff
path: root/print/libcups/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/libcups/Makefile')
-rw-r--r--print/libcups/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/libcups/Makefile b/print/libcups/Makefile
index 6c617a78e4d..70c7f19c21d 100644
--- a/print/libcups/Makefile
+++ b/print/libcups/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2020/05/26 08:36:56 triaxx Exp $
+# $NetBSD: Makefile,v 1.5 2020/08/11 12:40:54 hauke Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= libcups-${CUPS_VERS}
-PKGREVISION= 3
+PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}
MAINTAINER= sbd@NetBSD.org
@@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups
CONFIGURE_ARGS+= --with-components=libcups
CONFIGURE_ARGS+= --enable-libpaper
CONFIGURE_ARGS+= --enable-ssl
+CONFIGURE_ARGS+= --enable-gnutls
+CONFIGURE_ARGS+= --disable-cdsassl
CONFIGURE_ARGS+= --with-exe-file-perm=0755
CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}