summaryrefslogtreecommitdiff
path: root/print/tcl-pdflib
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-03 08:14:20 +0000
committerjlam <jlam@pkgsrc.org>2001-12-03 08:14:20 +0000
commit6579c53a613bc48fc2123ae90af8a9077dcce895 (patch)
treef776c19efcdfd8616a9a6a5aaef3375248b45bf9 /print/tcl-pdflib
parent6658ed60e102d8b16cd1143fce8ff30fd8d25a3f (diff)
downloadpkgsrc-6579c53a613bc48fc2123ae90af8a9077dcce895.tar.gz
Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number. G/C some the unused variables in pdflib/Makefile.common related to the old way of handling version numbers. Invent PDFLIB_BASE_VERS, which is ${PDFLIB_DIST_VERS} that's been munged so that's understandable by the pkg_* tools' wildcard version numbering logic.
Diffstat (limited to 'print/tcl-pdflib')
-rw-r--r--print/tcl-pdflib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/print/tcl-pdflib/Makefile b/print/tcl-pdflib/Makefile
index 39625badd2a..31926ef4074 100644
--- a/print/tcl-pdflib/Makefile
+++ b/print/tcl-pdflib/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/01 20:54:06 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/03 08:14:21 jlam Exp $
.include "../pdflib/Makefile.common"
-PKGNAME= tcl-pdflib-${PDFLIB_VERS}
-PDFLIB_PKG_VERS= # empty
+PKGNAME= tcl-pdflib-${PDFLIB_BASE_VERS}
COMMENT= Tcl interface to PDFlib for generating PDF files
USE_BUILDLINK_ONLY= YES
-BUILDLINK_DEPENDS.pdflib= pdflib>=${PDFLIB_DIST_VERS}
+BUILDLINK_DEPENDS.pdflib= pdflib>=${PDFLIB_BASE_VERS}
CONFIGURE_ARGS+= --with-tcl=${TCLSH}
CONFIGURE_ARGS+= --with-tclincl="${BUILDLINK_DIR}/include"