diff options
Diffstat (limited to 'math/graphopt/Makefile')
-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" |