diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 12:31:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 12:31:19 +0000 |
commit | 7461a5e4e0cf4a94f7ce619fb68b10ccd271dc0b (patch) | |
tree | 00d43eb82786ff7a10e9a6d69ebe373657dd4a36 /math/abs | |
parent | 16bae4e6cb6c0510bf53546b3c8ae2386f09727f (diff) | |
download | pkgsrc-7461a5e4e0cf4a94f7ce619fb68b10ccd271dc0b.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'math/abs')
-rw-r--r-- | math/abs/Makefile | 5 |
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" |