diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-04 12:24:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-04 12:24:08 +0000 |
commit | bcd88f37d77be6ad29cb17c8a1aa662436d9b958 (patch) | |
tree | 0e2840f8c22748694b65a4583a1502481a068edf | |
parent | 620881f69ce8eb8981d183662cd0338bb5d56395 (diff) | |
download | pkgsrc-bcd88f37d77be6ad29cb17c8a1aa662436d9b958.tar.gz |
Unbreak build.
(hi rillig! changing DISTNAME changes WRKSRC)
-rw-r--r-- | devel/maketool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile index 0ee75234443..d5dba517799 100644 --- a/devel/maketool/Makefile +++ b/devel/maketool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/09/28 13:54:49 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2005/10/04 12:24:08 wiz Exp $ # DISTNAME= maketool-0.7-src @@ -15,6 +15,7 @@ BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" |