diff options
author | tron <tron> | 2003-10-02 20:14:23 +0000 |
---|---|---|
committer | tron <tron> | 2003-10-02 20:14:23 +0000 |
commit | 70634793912de894962a825774f10f72d69ef7e9 (patch) | |
tree | 5222f91f8dff6c4ca54e5cd348cd3725aebc9f48 /time/ical/Makefile | |
parent | 533e33c6c1a806aabd0c0a362a5227d516f54669 (diff) | |
download | pkgsrc-70634793912de894962a825774f10f72d69ef7e9.tar.gz |
Fix GCC 3.3.1 related build problem.
Diffstat (limited to 'time/ical/Makefile')
-rw-r--r-- | time/ical/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile index 33398ef91db..a87284879fd 100644 --- a/time/ical/Makefile +++ b/time/ical/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:55:01 grant Exp $ -# $FreeBSD Id: Makefile,v 1.15 1998/02/07 22:59:16 hoek Exp -# +# $NetBSD: Makefile,v 1.7 2003/10/02 20:14:23 tron Exp $ DISTNAME= ical-2.2.1 CATEGORIES= time @@ -10,8 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://members.nbci.com/majahj/ical/ COMMENT= Calendar application -DEPENDS+= tk>=8.3.2:../../x11/tk - +USE_BUILDLINK2= yes USE_X11= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ @@ -25,4 +22,5 @@ post-configure: ${WRKDIR}/${DISTNAME}/startup.tcl \ ${WRKDIR}/${DISTNAME}/time/Makefile +.include "../../x11/tk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |