diff options
author | joerg <joerg> | 2014-01-20 19:20:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-01-20 19:20:07 +0000 |
commit | 1474d686b2a6e75975227ee33961daa39bdb3876 (patch) | |
tree | 99500b4e69a2cd549d3c6cd3a026d26f1654957b /time/ical | |
parent | 30f59d064cbd97493e75f1cceb77249724336023 (diff) | |
download | pkgsrc-1474d686b2a6e75975227ee33961daa39bdb3876.tar.gz |
Fix build with TCL 8.6
Diffstat (limited to 'time/ical')
-rw-r--r-- | time/ical/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile index 1a30af18e9b..009e482d761 100644 --- a/time/ical/Makefile +++ b/time/ical/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/01/11 14:42:06 adam Exp $ +# $NetBSD: Makefile,v 1.30 2014/01/20 19:20:09 joerg Exp $ VER= 3.0.2 DISTNAME= ical-${VER} @@ -22,6 +22,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \ --with-tclsh=${BUILDLINK_PREFIX.tcl}/bin/tclsh \ --with-tkconfig=${BUILDLINK_PREFIX.tk}/lib +CPPFLAGS+= -DUSE_INTERP_RESULT + USE_TOOLS+= gmake gsed PLIST_SUBS+= "PKGVERSION=${VER}" |