summaryrefslogtreecommitdiff
path: root/time/ical/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-10-02 20:14:23 +0000
committertron <tron@pkgsrc.org>2003-10-02 20:14:23 +0000
commit6a16b76e8f8d399f2f6d88193e190a7d4ca3b53f (patch)
tree5222f91f8dff6c4ca54e5cd348cd3725aebc9f48 /time/ical/Makefile
parentb6f24ed0db55dd15cb0bf7a7ff712c37bbcf155f (diff)
downloadpkgsrc-6a16b76e8f8d399f2f6d88193e190a7d4ca3b53f.tar.gz
Fix GCC 3.3.1 related build problem.
Diffstat (limited to 'time/ical/Makefile')
-rw-r--r--time/ical/Makefile8
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"