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/abiword | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |