summaryrefslogtreecommitdiff
path: root/misc/root/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-04-28 05:24:25 +0000
committersnj <snj>2004-04-28 05:24:25 +0000
commita9de1922a14be9167be0758f32864078011b428f (patch)
treec8e96cb39d15f5b5527ac743fece81318634f832 /misc/root/Makefile
parent806581808c54a21c23b0472e57528d5a01a12bd2 (diff)
downloadpkgsrc-a9de1922a14be9167be0758f32864078011b428f.tar.gz
Convert to buildlink3.
Diffstat (limited to 'misc/root/Makefile')
-rw-r--r--misc/root/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile
index a3967f48cfc..56c3278bc68 100644
--- a/misc/root/Makefile
+++ b/misc/root/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/01/24 14:11:10 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/28 05:24:25 snj Exp $
DISTNAME= root_v2.23.08.source
PKGNAME= root-2.23
@@ -12,7 +12,8 @@ COMMENT= OO framework for data analysis and visualisation
BUILD_DEPENDS+= cint-5.14.40:../../lang/cint
WRKSRC= ${WRKDIR}
-USE_BUILDLINK2= YES
+BUILDLINK_PASSTHRU_DIRS=${PREFIX}/root/lib
+USE_BUILDLINK3= YES
USE_X11= YES
USE_GNU_TOOLS+= make
@@ -38,5 +39,5 @@ do-install:
${SED} "s;XXXPREFIXXXX;${PREFIX};g" <${FILESDIR}/root.sh >${PREFIX}/bin/root
${CHMOD} +x ${PREFIX}/bin/root
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"