diff options
author | wiz <wiz> | 2003-05-02 13:39:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 13:39:55 +0000 |
commit | b560a1bbc329645327a4a9220674a97cbc2242d2 (patch) | |
tree | b503b2d6979d189f9a3e91987216d3ab3d862fd7 /math | |
parent | 05eaa6bba9ad60b356023963df946df6640d6cea (diff) | |
download | pkgsrc-b560a1bbc329645327a4a9220674a97cbc2242d2.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'math')
-rw-r--r-- | math/geg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 2fb2944d127..4ac5e5722c2 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:43 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/05/02 13:39:55 wiz Exp $ # DISTNAME= geg-1.0.1 @@ -10,8 +10,8 @@ MAINTAINER= chris@infolaunch.com HOMEPAGE= http://www.infolaunch.com/~daveb/ COMMENT= Program for drawing 2D math functions within a nice GUI -DEPENDS+= gtk+>=1.2.10nb4:../../x11/gtk - GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |