aboutsummaryrefslogtreecommitdiff
path: root/print/pdflib
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 23:01:43 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 23:01:43 +0000
commit36f443c82a4644cfa7c087f921653b855e4d8479 (patch)
treeeffdcedb7a72ce24040e732e27e07c3d784ed965 /print/pdflib
parent72f3fd650a147f9473d19e6cdf53cb6d952ed190 (diff)
downloadports-36f443c82a4644cfa7c087f921653b855e4d8479.tar.gz
ports-36f443c82a4644cfa7c087f921653b855e4d8479.zip
Allow this port to take a slave port.
Notes
Notes: svn path=/head/; revision=78365
Diffstat (limited to 'print/pdflib')
-rw-r--r--print/pdflib/Makefile4
1 files changed, 3 insertions, 1 deletions
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