diff options
author | jlam <jlam> | 2001-12-03 08:14:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-12-03 08:14:20 +0000 |
commit | 2de7752c54686820f8094e82fece4858f66c6f6c (patch) | |
tree | f776c19efcdfd8616a9a6a5aaef3375248b45bf9 /print/tcl-pdflib | |
parent | 12011e2355d80a81c17ece1d43566874053a58c6 (diff) | |
download | pkgsrc-2de7752c54686820f8094e82fece4858f66c6f6c.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/Makefile | 7 |
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" |