diff options
author | jakllsch <jakllsch> | 2010-01-15 21:23:12 +0000 |
---|---|---|
committer | jakllsch <jakllsch> | 2010-01-15 21:23:12 +0000 |
commit | d95bba1d29390e6dc0611adf7a1f899dbdf1e756 (patch) | |
tree | 0001b1ca623371050e78c3363e3906fa3b70361c /devel/sdcc/Makefile | |
parent | 33295ffead481375ba30ae3a39ce3c7dfce3827c (diff) | |
download | pkgsrc-d95bba1d29390e6dc0611adf7a1f899dbdf1e756.tar.gz |
Add gputils dependency so that the SDCC Microchip PIC support actually
has the runtime libraries ready-to-use. This also fixes any issues
where the sdcc PLIST would be incorrect if gputils was installed at
sdcc build time.
Diffstat (limited to 'devel/sdcc/Makefile')
-rw-r--r-- | devel/sdcc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index 11cd8121be6..a523626298a 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2009/05/20 00:58:15 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2010/01/15 21:23:12 jakllsch Exp $ DISTNAME= sdcc-src-2.8.0 PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdcc/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sdcc.sourceforge.net/ COMMENT= Cross compile 8051 code +DEPENDS+= gputils-[0-9]*:../../devel/gputils + USE_LANGUAGES= c c++ # XXX - This HACK circumvent a problem with the use of yacc that breaks the |