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/abiword | |
parent | ea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff) | |
download | pkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.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 |