diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 04:00:19 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 04:00:19 +0000 |
commit | 07eca366e1f3f2a6aba9a2c00ec42be8504516ca (patch) | |
tree | f40e8cd343db599ac79f5d84eaedfb6576cbd53f /math/xeukleides/Makefile | |
parent | cf4023af1b2ba428f3ca64dc8d5a08c8d0f5a6ff (diff) | |
download | pkgsrc-07eca366e1f3f2a6aba9a2c00ec42be8504516ca.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/xeukleides/Makefile')
-rw-r--r-- | math/xeukleides/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xeukleides/Makefile b/math/xeukleides/Makefile index 2548de2bc71..5ae6f9ab619 100644 --- a/math/xeukleides/Makefile +++ b/math/xeukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/24 13:58:23 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 04:00:19 snj Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp DISTNAME= xeukleides.0.9.0 @@ -14,11 +14,11 @@ COMMENT= X-Frontend for A Euclidean geometry drawing language BUILD_DEPENDS+= bison>=1.35:../../devel/bison DEPENDS+= eukleides>=0.9.0:../../math/eukleides -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_MAKEINFO= yes USE_X11BASE= yes ALL_TARGET= xeukleides USE_GNU_TOOLS+= make -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |