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 /editors/xvile | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'editors/xvile')
-rw-r--r-- | editors/xvile/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 759820390ae..778b53a99b0 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/07/11 09:31:32 agc Exp $ +# $NetBSD: Makefile,v 1.25 2000/08/23 23:14:23 tron Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -12,12 +12,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -DEPENDS+= xpm-3.4k:../../graphics/xpm - -USE_X11BASE= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_XAW= yes +USE_X11BASE= YES +GNU_CONFIGURE= YES +USE_PERL5= YES +USE_XAW= YES +USE_XPM= YES MAKEFILE= makefile CONFIGURE_ARGS+= --with-screen=Xaw --with-xpm --with-perl --with-lib-dir=${X11PREFIX}/libexec INSTALL_TARGET= install install-perl |