diff options
author | snj <snj@pkgsrc.org> | 2004-04-28 05:06:28 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-28 05:06:28 +0000 |
commit | dba9b07c64769d31eb23ef0df4367079268b7a80 (patch) | |
tree | 9f5ef7bc2dfe04712e3830d689bfbe2b9e55736b /lang/icon | |
parent | 067eb580d574c81cc183b37ea70c2d5eaebbd6a9 (diff) | |
download | pkgsrc-dba9b07c64769d31eb23ef0df4367079268b7a80.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 6a5422f7e62..41bc74680e7 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2003/07/24 16:01:41 jtb Exp $ +# $NetBSD: Makefile,v 1.30 2004/04/28 05:06:28 snj Exp $ DISTNAME= icon.v942src PKGNAME= icon-9.4.2 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.arizona.edu/icon/index.htm COMMENT= The Icon programming language -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES CONFIGURE_TARGET= X-Configure ALL_TARGET= All @@ -22,7 +22,7 @@ TEST_TARGET= Test (${MACHINE_ARCH} == "m68k") || (${MACHINE_ARCH} == "vax") .else PTHREAD_OPTS+= require native -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" .endif pre-build: |