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/siag | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'misc/siag')
-rw-r--r-- | misc/siag/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 |