From 6646b01f7553c55d867b3478a09105b3c7bebd83 Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 8 Feb 2006 23:03:39 +0000 Subject: [PATCH] add missing WANTLIB marker --- print/pdflib/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 24886179099..abbe0b74920 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.15 2006/01/02 20:05:09 sturm Exp $ +# $OpenBSD: Makefile,v 1.16 2006/02/08 23:03:39 steven Exp $ COMMENT= "C library to produce PDF files" DISTNAME= pdflib-4.0.3 -PKGNAME= ${DISTNAME}p1 +PKGNAME= ${DISTNAME}p2 CATEGORIES= print SHARED_LIBS= pdf 2.3 @@ -16,6 +16,8 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.pdflib.com/pdflib/download/ +WANTLIB= m z jpeg + LIB_DEPENDS= png.2::graphics/png \ tiff.35::graphics/tiff