diff options
Diffstat (limited to 'devel/sdcc')
-rw-r--r-- | devel/sdcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index 88470db4641..3c53638a1e3 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/05/22 20:07:55 jlam Exp $ DISTNAME= sdcc-2.4.0 PKGNAME= ${DISTNAME:S/-src//} @@ -22,7 +22,7 @@ BUILD_TARGET= dep all WRKSRC= ${WRKDIR}/${DISTNAME:S/-2.4.0//} GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake CONFIGURE_ARGS+= --datadir=${PREFIX}/share/sdcc |