diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/GLXKit/Makefile | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/GLXKit/Makefile')
-rw-r--r-- | graphics/GLXKit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GLXKit/Makefile b/graphics/GLXKit/Makefile index 615227226ad..49d9ba84cc2 100644 --- a/graphics/GLXKit/Makefile +++ b/graphics/GLXKit/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2004/01/03 18:49:41 reed Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:18:15 agc Exp $ # .include "../../graphics/3DKit/Makefile.common" PKGNAME= ${DISTNAME:S/3DKit/GLXKit/} PKGREVISION= 3 -WRKSRC= ${WRKDIR}/${DISTNAME}/GLXKit COMMENT= 3DKit GLX backend DISTINFO_FILE= ${.CURDIR}/distinfo +WRKSRC= ${WRKDIR}/${DISTNAME}/GLXKit .include "../../graphics/RenderKit/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" |