From fdaf9a6af79748c82e0b0fdf5268835ff830de77 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 5 Apr 2003 23:01:43 +0000 Subject: Allow this port to take a slave port. --- print/pdflib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'print/pdflib') diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 46fcc414e0b2..be01486ba760 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -7,7 +7,8 @@ PORTNAME= pdflib PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTREVISION?= 1 +PORTEPOCH?= 0 CATEGORIES= print MASTER_SITES= http://www.pdflib.com/pdflib/download/ @@ -16,6 +17,7 @@ COMMENT= A C library for dynamically generating PDF RESTRICTED= "many odd restrictions on usage and distribution" +LATEST_LINK?= ${PORTNAME} INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_GMAKE= yes -- cgit