diff options
author | salo <salo@pkgsrc.org> | 2002-12-08 02:44:13 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-08 02:44:13 +0000 |
commit | b0ae4208b0462819251cb7b8a2d6279ab6609aa7 (patch) | |
tree | 42a75e199618301f44ef3a6cea5a7d0641347cae /graphics/g3d | |
parent | 9f45607dedcbc72dea25878aff3ec0a46c5a659c (diff) | |
download | pkgsrc-b0ae4208b0462819251cb7b8a2d6279ab6609aa7.tar.gz |
Add missing buildlink2.mk file for graphics/glu.
Diffstat (limited to 'graphics/g3d')
-rw-r--r-- | graphics/g3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile index 2dae94b042d..89b375521bc 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/10/09 10:54:44 agc Exp $ +# $NetBSD: Makefile,v 1.7 2002/12/08 02:44:13 salo Exp $ # DISTNAME= g3d-0.0.2 @@ -21,6 +21,7 @@ USE_BUILDLINK2= yes post-configure: @${LN} -s ${WRKSRC}/b3d/src ${WRKSRC}/g3d/b3d +.include "../../graphics/glu/buildlink2.mk" .include "../../x11/gtkglarea/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" |