diff options
author | tron <tron> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 23:14:21 +0000 |
commit | 3bb1003bffe659fe78e3ff049aa5e426d687763a (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /editors | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 10 | ||||
-rw-r--r-- | editors/nedit/Makefile | 9 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 6 | ||||
-rw-r--r-- | editors/xvile/Makefile | 13 |
4 files changed, 18 insertions, 20 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 5fdfe6479ae..51fe7349ecb 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/08/04 11:09:38 abs Exp $ +# $NetBSD: Makefile,v 1.12 2000/08/23 23:14:23 tron Exp $ # # According to AbiSource's explanation of their trademark rights, @@ -20,11 +20,11 @@ HOMEPAGE= http://www.abisource.com/ BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:../../archivers/unzip DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= png>=1.0.6:../../graphics/png -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11= # defined -USE_GMAKE= # defined -NO_CONFIGURE= # defined +USE_X11= YES +USE_XPM= YES +USE_GMAKE= YES +NO_CONFIGURE= YES ALL_TARGET= compile canonical DIST_SUBDIR= abisuite diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index e0518ab5348..1db6a46f161 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/07/07 17:32:33 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/23 23:14:23 tron Exp $ DISTNAME= nedit-5.1.1-src PKGNAME= nedit-5.1.1 @@ -8,11 +8,10 @@ MASTER_SITES= http://ftp.nedit.org/ftp/v5_1_1/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nedit.org/ -DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_MOTIF= YES +USE_XPM= YES -USE_MOTIF= yes - -NO_CONFIGURE= yes +NO_CONFIGURE= YES ALL_TARGET= netbsd WRKSRC= ${WRKDIR}/${PKGNAME} diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 73b8db8c605..46d1e4de799 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/08/04 18:49:27 martin Exp $ +# $NetBSD: Makefile,v 1.23 2000/08/23 23:14:23 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.9 @@ -18,11 +18,11 @@ USE_XAW= yes DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha *-*-mips* #fails purespace dumping -HAS_CONFIGURE= yes +HAS_CONFIGURE= YES +USE_XPM= YES DIST_SUBDIR= xemacs 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 |