summaryrefslogtreecommitdiff
path: root/x11/xcolorsel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-08 13:26:32 +0000
committerjlam <jlam@pkgsrc.org>2002-10-08 13:26:32 +0000
commit22c416d78df9989ab687d36ae4f6e4773af7ca1f (patch)
treec66d14d99ab26e5e3428b6d198867f0a8c93ea62 /x11/xcolorsel
parent55194099b66f165b6f5e8008a5d6733639e17f72 (diff)
downloadpkgsrc-22c416d78df9989ab687d36ae4f6e4773af7ca1f.tar.gz
buildlink1 -> buildlink2
Diffstat (limited to 'x11/xcolorsel')
-rw-r--r--x11/xcolorsel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile
index 905fa119f2f..0146ed11467 100644
--- a/x11/xcolorsel/Makefile
+++ b/x11/xcolorsel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/08/23 19:22:50 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/10/08 13:26:32 jlam Exp $
#
DISTNAME= xcolorsel-1.1a-src
@@ -10,6 +10,8 @@ MAINTAINER= perry@netbsd.org
COMMENT= Browse and select named X colors from rgb.txt
WRKSRC= ${WRKDIR}/xcolorsel
+
+USE_BUILDLINK2= yes
USE_IMAKE= yes
XAW_TYPE?= 3d
@@ -20,5 +22,5 @@ XAW_TYPE?= 3d
XAW_TYPE= 3d
.endif
-.include "../../mk/xaw.buildlink.mk"
+.include "../../mk/xaw.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"