diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 23:01:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-05 23:01:43 +0000 |
commit | 36f443c82a4644cfa7c087f921653b855e4d8479 (patch) | |
tree | effdcedb7a72ce24040e732e27e07c3d784ed965 /print/pdflib | |
parent | 72f3fd650a147f9473d19e6cdf53cb6d952ed190 (diff) | |
download | ports-36f443c82a4644cfa7c087f921653b855e4d8479.tar.gz ports-36f443c82a4644cfa7c087f921653b855e4d8479.zip |
Notes
Diffstat (limited to 'print/pdflib')
-rw-r--r-- | print/pdflib/Makefile | 4 |
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 |