From 4bc91e5e24782eee7d89a4d6c659fdfe0fb14b77 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 24 Nov 2009 17:13:59 +0000 Subject: [PATCH] Unbreak after CUPS gnutls -> openssl move. spotted by jasper@ --- print/epdfview/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/epdfview/Makefile b/print/epdfview/Makefile index 9c382e6f5af..add989c7720 100644 --- a/print/epdfview/Makefile +++ b/print/epdfview/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2009/08/10 06:34:08 kili Exp $ +# $OpenBSD: Makefile,v 1.14 2009/11/24 17:13:59 ajacoutot Exp $ COMMENT= lightweight PDF document viewer DISTNAME= epdfview-0.1.7 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= print HOMEPAGE= http://trac.emma-soft.com/epdfview/ @@ -40,7 +40,7 @@ FLAVORS= cups FLAVOR?= .if ${FLAVOR:L:Mcups} -WANTLIB+= crypto asn1 gcrypt gnutls gpg-error gssapi krb5 +WANTLIB += asn1 crypto gssapi krb5 ssl LIB_DEPENDS+= cups.>=3:cups->=1.2:print/cups CONFIGURE_ARGS+=--with-cups .else