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 /math/abs | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'math/abs')
-rw-r--r-- | math/abs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 2b07dd00f06..70c3c6e3366 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/02/20 22:48:35 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/23 23:14:29 tron Exp $ # DISTNAME= abs-src-0.5 @@ -9,9 +9,8 @@ MASTER_SITES= http://www.ping.be/bertin/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ping.be/bertin/abs.shtml -DEPENDS+= xpm-3.4k:../../graphics/xpm - -USE_X11BASE= yes +USE_X11BASE= YES +USE_XPM= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin |