diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:58:39 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:58:39 +0000 |
commit | 5e91a6e98c6ca89bf5107599a34d091e65010d5b (patch) | |
tree | f3bdc1edf7bc5c06cf4a824e53f3b215e678cc23 /math/abs | |
parent | cc195da3a4bec2d91f85151294b263b9f42245c0 (diff) | |
download | pkgsrc-5e91a6e98c6ca89bf5107599a34d091e65010d5b.tar.gz |
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'math/abs')
-rw-r--r-- | math/abs/DESCR | 2 | ||||
-rw-r--r-- | math/abs/Makefile | 6 |
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" |