summaryrefslogtreecommitdiff
path: root/math/abs
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:58:39 +0000
committersnj <snj>2004-04-11 08:58:39 +0000
commit3a6465da98266990f6d31dc7f5013488eea68c64 (patch)
treef3bdc1edf7bc5c06cf4a824e53f3b215e678cc23 /math/abs
parent233f76ac7710b03134076f113ba551f4388e949d (diff)
downloadpkgsrc-3a6465da98266990f6d31dc7f5013488eea68c64.tar.gz
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'math/abs')
-rw-r--r--math/abs/DESCR2
-rw-r--r--math/abs/Makefile6
2 files changed, 4 insertions, 4 deletions
diff --git a/math/abs/DESCR b/math/abs/DESCR
index f3beef107a4..c627a21b1c3 100644
--- a/math/abs/DESCR
+++ b/math/abs/DESCR
@@ -10,7 +10,7 @@ under NetBSD, Linux, and Aix. Basic functions are:
* Printing of selected areas to files
The file format used is Fig.
- This file format can be send to printer throught the fig2dev
+ This file format can be sent to printer through the fig2dev
and gs programs or edited and printed with the Xfig drawing tool.
* multi-documents management
diff --git a/math/abs/Makefile b/math/abs/Makefile
index 04e3a12bfed..d05732e331f 100644
--- a/math/abs/Makefile
+++ b/math/abs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 21:47:18 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/11 08:58:39 snj Exp $
#
DISTNAME= abs-src-0.8
@@ -10,12 +10,12 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ping.be/bertin/abs.shtml
COMMENT= Free spreadsheet with graphical user interface
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11BASE= YES
MAKEFILE= Makefile.netBSD
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"