Skip to content

Commit

Permalink
Change two more hard-coded "8.4" instances to "8.5".
Browse files Browse the repository at this point in the history
  • Loading branch information
dholland committed Sep 29, 2012
1 parent 751f142 commit 2162bc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions print/tcl-pdflib/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions print/tcl-pdflib/PLIST
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2162bc3

Please sign in to comment.