diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /misc/root | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'misc/root')
-rw-r--r-- | misc/root/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index 17af78ebf9a..5b639d850e9 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/05 20:02:11 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:30 tron Exp $ DISTNAME= root_v2.23.08.source PKGNAME= root-2.23 @@ -9,12 +9,13 @@ MASTER_SITES= ftp://root.cern.ch/root/ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://root.cern.ch/ -BUILD_DEPENDS+= cint:../../lang/cint -DEPENDS+= xpm-*:../../graphics/xpm +BUILD_DEPENDS+= cint:../../lang/cint -USE_GMAKE= yes -ALL_TARGET= netbsd -MAKE_ENV= LD_LIBRARY_PATH=${WRKDIR}/lib ROOTSYS=${WRKDIR} +USE_GMAKE= YES +USE_XPM= YES + +ALL_TARGET= netbsd +MAKE_ENV= LD_LIBRARY_PATH=${WRKDIR}/lib ROOTSYS=${WRKDIR} do-configure: ${CP} ${FILESDIR}/Makefile.netbsd ${WRKDIR}/src |