diff options
author | snj <snj> | 2004-04-25 04:00:19 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 04:00:19 +0000 |
commit | 29a881722f75012086aebc5139e0c80ca150cab3 (patch) | |
tree | f40e8cd343db599ac79f5d84eaedfb6576cbd53f /math/xeukleides/Makefile | |
parent | 61d4b14428a5db152d1b8368063d75285ad0c274 (diff) | |
download | pkgsrc-29a881722f75012086aebc5139e0c80ca150cab3.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" |