summaryrefslogtreecommitdiff
path: root/misc/root
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/root
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/root')
-rw-r--r--misc/root/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile
index d9261ce2357..f10d3b5663f 100644
--- a/misc/root/Makefile
+++ b/misc/root/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 21:49:50 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/20 12:21:02 agc Exp $
DISTNAME= root_v2.23.08.source
PKGNAME= root-2.23
-WRKSRC= ${WRKDIR}
CATEGORIES= misc
MASTER_SITES= ftp://root.cern.ch/root/
@@ -12,6 +11,7 @@ COMMENT= OO framework for data analysis and visualisation
BUILD_DEPENDS+= cint-5.14.40:../../lang/cint
+WRKSRC= ${WRKDIR}
USE_BUILDLINK2= YES
USE_X11= YES
USE_GMAKE= YES