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 | 4175a1077a20348497cb5786c1401f379a6cc2c2 (patch) | |
tree | 9f5ef7bc2dfe04712e3830d689bfbe2b9e55736b /lang/icon/Makefile | |
parent | 80ddd62966249f210709eea22afe95fb17545ab0 (diff) | |
download | pkgsrc-4175a1077a20348497cb5786c1401f379a6cc2c2.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'lang/icon/Makefile')
-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: |