diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /misc | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/root/Makefile | 13 | ||||
-rw-r--r-- | misc/siag/Makefile | 12 | ||||
-rw-r--r-- | misc/xinvest/Makefile | 10 |
3 files changed, 18 insertions, 17 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 diff --git a/misc/siag/Makefile b/misc/siag/Makefile index a8ff40bd913..5d8a3fec6d3 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/02/02 04:05:03 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2000/08/23 23:14:30 tron Exp $ DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math @@ -10,13 +10,13 @@ HOMEPAGE= http://www.edu.stockholm.se/siag/ DEPENDS+= gv-3.5.8:../../print/gv DEPENDS+= gnuplot-3.7:../../graphics/gnuplot DEPENDS+= guile-1.3.*:../../lang/guile -DEPENDS+= xpm-3.4k:../../graphics/xpm CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_X11= yes -USE_XAW= yes +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_X11= YES +USE_XAW= YES +USE_XPM= YES CFLAGS+= -Dunix LDFLAGS+= -Wl,-R${X11BASE}/lib diff --git a/misc/xinvest/Makefile b/misc/xinvest/Makefile index fecaeb4b01b..c9ae922ecb5 100644 --- a/misc/xinvest/Makefile +++ b/misc/xinvest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/04/17 20:20:28 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:30 tron Exp $ DISTNAME= xinvest-2.6 CATEGORIES= misc x11 @@ -8,11 +8,11 @@ MASTER_SITES= http://www.sunsite.auc.dk/xinvest/ \ MAINTAINER= root@garbled.net HOMEPAGE= http://www.sunsite.auc.dk/xinvest/xinvest.html -DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_IMAKE= YES +USE_MOTIF= YES +USE_XPM= YES -USE_IMAKE= yes -USE_MOTIF= yes -NO_INSTALL_MANPAGES= yes +NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xinvest.man |