diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-12 05:33:32 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-12 05:33:32 +0000 |
commit | 47cadf7909cfa5302a7cdd40113c0ae2d29a44e5 (patch) | |
tree | e4a3fe3d8bec0d6b7420de709210471ce6ff48e2 /chat/zircon | |
parent | 898741f292bc21cebc5d4b2b693a9778b574edd5 (diff) | |
download | pkgsrc-47cadf7909cfa5302a7cdd40113c0ae2d29a44e5.tar.gz |
Switch to Tk 8.4 and define NO_BUILDLINK and NO_CONFIGURE.
Diffstat (limited to 'chat/zircon')
-rw-r--r-- | chat/zircon/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/zircon/Makefile b/chat/zircon/Makefile index 57668dd3125..be33b4fb825 100644 --- a/chat/zircon/Makefile +++ b/chat/zircon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/08 20:27:13 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/12 05:33:32 minskim Exp $ # DISTNAME= zircon-1.18.245 @@ -9,9 +9,11 @@ MAINTAINER= frueauf@NetBSD.org HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/ COMMENT= X11 interface to Internet Relay Chat -DEPENDS+= tk>=8.3.2:../../x11/tk83 +DEPENDS+= tk>=8.3.2:../../x11/tk INTERACTIVE_STAGE= install +NO_BUILDLINK= yes +NO_CONFIGURE= yes NO_BUILD= yes post-patch: |