diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-18 19:30:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-18 19:30:52 +0000 |
commit | d65f5bdbd963fb4ad93c5fa28c6f39a4c98f4f97 (patch) | |
tree | 5fe2b9588ddbb40dd7cb860a76039070d49e5e69 /math/graphopt | |
parent | 4ad40ebb8ec93f8859bd2872b9f96a25f29ef1a5 (diff) | |
download | pkgsrc-d65f5bdbd963fb4ad93c5fa28c6f39a4c98f4f97.tar.gz |
Convert to bl3.
Diffstat (limited to 'math/graphopt')
-rw-r--r-- | math/graphopt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index dd40e0aa159..f067e505dee 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/14 16:15:24 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/18 19:31:38 wiz Exp $ # DISTNAME= graphopt-0.4.1 @@ -11,7 +11,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://schmuhl.org/graphopt/ COMMENT= Optimize graph layouts -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 USE_GCC_SHLIB= YES GNU_CONFIGURE= YES @@ -20,5 +20,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/graphopt ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/graphopt -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |