summaryrefslogtreecommitdiff
path: root/misc/root
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/root
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.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