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 | |
parent | 72f3fd650a147f9473d19e6cdf53cb6d952ed190 (diff) |
Allow this port to take a slave port.
Notes
Notes:
svn path=/head/; revision=78365
-rw-r--r-- | print/pdflib/Makefile | 4 | ||||
-rw-r--r-- | print/pdflib4/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/print/pdflib4/Makefile b/print/pdflib4/Makefile index 46fcc414e0b2..be01486ba760 100644 --- a/print/pdflib4/Makefile +++ b/print/pdflib4/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 |