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 /sysutils/asapm | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'sysutils/asapm')
-rw-r--r-- | sysutils/asapm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile index e842c8f131d..bb916cee57e 100644 --- a/sysutils/asapm/Makefile +++ b/sysutils/asapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/07/15 20:39:24 agc Exp $ +# $NetBSD: Makefile,v 1.14 2000/08/23 23:14:31 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp # @@ -15,10 +15,9 @@ HOMEPAGE= http://www.tigr.net/afterstep/as-apps/download/asapm/ IGNORE+= "APM is not available for ${MACHINE_PLATFORM}" .endif -DEPENDS+= xpm-*:../../graphics/xpm - -GNU_CONFIGURE= yes -USE_X11= yes +GNU_CONFIGURE= YES +USE_X11= YES +USE_XPM= YES CONFIGURE_ARGS+= --disable-jpeg # there actually is no JPEG support EVAL_PREFIX+= XPMDIR=xpm CONFIGURE_ARGS+= --with-xpm \ |