diff options
author | dholland <dholland@pkgsrc.org> | 2012-09-29 06:43:57 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-09-29 06:43:57 +0000 |
commit | 8e320ab5dcc01d4d0c22ec7fb900331f6adb28e5 (patch) | |
tree | 95cfd92f08fa570d53ec57c328aaf0cc29db9e57 | |
parent | 955c9e288083285e761088bd191a252de33f1767 (diff) | |
download | pkgsrc-8e320ab5dcc01d4d0c22ec7fb900331f6adb28e5.tar.gz |
Change two more hard-coded "8.4" instances to "8.5".
-rw-r--r-- | print/tcl-pdflib/Makefile | 4 | ||||
-rw-r--r-- | print/tcl-pdflib/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/tcl-pdflib/Makefile b/print/tcl-pdflib/Makefile index 649e0aff1f6..6836935e634 100644 --- a/print/tcl-pdflib/Makefile +++ b/print/tcl-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/08/21 23:49:25 marino Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/29 06:43:57 dholland Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -14,7 +14,7 @@ BUILDLINK_API_DEPENDS.pdflib+= pdflib>=${PDFLIB_BASE_VERS} CONFIGURE_ARGS+= --with-tcl=${TCLSH:Q} CONFIGURE_ARGS+= --with-tclincl="${BUILDLINK_PREFIX.tcl}/include" -CONFIGURE_ARGS+= --with-tclpkg="${PREFIX}/lib/tcl8.4" +CONFIGURE_ARGS+= --with-tclpkg="${PREFIX}/lib/tcl8.5" TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh BUILD_DIRS= bind/tcl diff --git a/print/tcl-pdflib/PLIST b/print/tcl-pdflib/PLIST index 0c3f004778e..61ee0310be1 100644 --- a/print/tcl-pdflib/PLIST +++ b/print/tcl-pdflib/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:12:00 joerg Exp $ -lib/tcl8.4/pdflib/pdflib_tcl.la -lib/tcl8.4/pdflib/pkgIndex.tcl +@comment $NetBSD: PLIST,v 1.7 2012/09/29 06:43:57 dholland Exp $ +lib/tcl8.5/pdflib/pdflib_tcl.la +lib/tcl8.5/pdflib/pkgIndex.tcl |