summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-02 08:07:08 +0000
committerjlam <jlam>2001-07-02 08:07:08 +0000
commit457a59335e95acec1c5e1036e50e48f7b56ffa04 (patch)
tree0ddce4f2a6d500e9ed6bcb99919236eac0dd4e2b /editors/abiword
parentafca098d9e41efe950a0eef5ab559e7662971370 (diff)
downloadpkgsrc-457a59335e95acec1c5e1036e50e48f7b56ffa04.tar.gz
Use xpm/buildlink.mk instead of USE_XPM.
Diffstat (limited to 'editors/abiword')
-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"