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 | 737cbf17a966b0e30bf96b7746be9a3ae56d79fa (patch) | |
tree | 5fe2b9588ddbb40dd7cb860a76039070d49e5e69 /math | |
parent | 0d1fd97752d1bb1dd3bbb8b15f5b65b5e52723c5 (diff) | |
download | pkgsrc-737cbf17a966b0e30bf96b7746be9a3ae56d79fa.tar.gz |
Convert to bl3.
Diffstat (limited to 'math')
-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" |