diff options
Diffstat (limited to 'math/abs/Makefile')
-rw-r--r-- | math/abs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |