diff options
author | hubertf <hubertf> | 1999-11-11 02:07:19 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-11-11 02:07:19 +0000 |
commit | 4dfeb35bb11d1ebb6d229fbd0c8adc91406915a8 (patch) | |
tree | 9fe23c951f31b90f3fa29f646e10033a628b2c36 /misc | |
parent | 1ebd25cf735988523d4c50010949803804ea4087 (diff) | |
download | pkgsrc-4dfeb35bb11d1ebb6d229fbd0c8adc91406915a8.tar.gz |
this wants xpm
Diffstat (limited to 'misc')
-rw-r--r-- | misc/siag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index 577a5330852..360ce880066 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/10/21 15:15:01 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/11/11 02:07:19 hubertf Exp $ DISTNAME= siag-3.1.20 CATEGORIES= misc textproc math @@ -10,6 +10,7 @@ HOMEPAGE= http://www.edu.stockholm.se/siag/ DEPENDS+= gv-3.5.8:../../print/gv DEPENDS+= gnuplot-3.7:../../graphics/gnuplot DEPENDS+= guile-1.3.2:../../lang/guile +DEPENDS+= xpm-3.4k:../../graphics/xpm CONFIGURE_ARGS= --with-x --with-guile --includedir=${PREFIX}/include GNU_CONFIGURE= yes |