summaryrefslogtreecommitdiff
path: root/time/ical/Makefile
diff options
context:
space:
mode:
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"