summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-02 08:07:08 +0000
committerjlam <jlam@pkgsrc.org>2001-07-02 08:07:08 +0000
commit9c64afdd9c5e975e72fa1a3be1a99d6ac371a40e (patch)
tree0ddce4f2a6d500e9ed6bcb99919236eac0dd4e2b /editors
parent3d8f4bf4e7da27414ebfe66e07353babc9dec870 (diff)
downloadpkgsrc-9c64afdd9c5e975e72fa1a3be1a99d6ac371a40e.tar.gz
Use xpm/buildlink.mk instead of USE_XPM.
Diffstat (limited to 'editors')
-rw-r--r--editors/abiword/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index dc504a3d2f1..672bf03f826 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/06/29 04:54:52 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2001/07/02 08:07:08 jlam Exp $
#
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
@@ -28,7 +28,6 @@ DEPENDS+= ispell-base-*:../../textproc/ispell-base
USE_BUILDLINK_ONLY= # defined
USE_X11= # defined
-USE_XPM= # defined
USE_GMAKE= # defined
ALL_TARGET= compile canonical
@@ -62,5 +61,6 @@ post-install:
.include "../../converters/libiconv/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
+.include "../../graphics/xpm/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"