diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-06 07:01:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-06 07:01:43 +0800 |
commit | fdaf9a6af79748c82e0b0fdf5268835ff830de77 (patch) | |
tree | 4e9f45f847470bbb542a20350c2065c7a31a807e /print/pdflib | |
parent | e12d86a93ce8cb079c67e43a689e842422d21c14 (diff) | |
download | freebsd-ports-gnome-fdaf9a6af79748c82e0b0fdf5268835ff830de77.tar.gz freebsd-ports-gnome-fdaf9a6af79748c82e0b0fdf5268835ff830de77.tar.zst freebsd-ports-gnome-fdaf9a6af79748c82e0b0fdf5268835ff830de77.zip |
Allow this port to take a slave port.
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 |