summaryrefslogtreecommitdiff
path: root/math/abs
diff options
context:
space:
mode:
Diffstat (limited to 'math/abs')
-rw-r--r--math/abs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile
index f5f58231724..72bb868c3ca 100644
--- a/math/abs/Makefile
+++ b/math/abs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 18:22:12 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/21 12:31:19 wiz Exp $
#
DISTNAME= abs-src-0.8
@@ -10,11 +10,12 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ping.be/bertin/abs.shtml
COMMENT= Free spreadsheet with graphical user interface
-USE_XPM= YES
+USE_BUILDLINK2= YES
USE_X11BASE= YES
MAKEFILE= Makefile.netBSD
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
+.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"