diff options
Diffstat (limited to 'lang/gpc/Makefile')
-rw-r--r-- | lang/gpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 03523e37e8e..11b2989a050 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/02/17 22:39:33 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:26 jmmv Exp $ DISTNAME= gpc-2.1 +WRKSRC= ${WRKDIR}/gcc-2.95.3 CATEGORIES= lang MASTER_SITES= http://www.gnu-pascal.de/current/ \ ${MASTER_SITE_GNU:=gcc/} @@ -22,7 +23,6 @@ DEPENDS+= rx-[0-9]*:../../devel/rx BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed -WRKSRC= ${WRKDIR}/gcc-2.95.3 USE_GMAKE= # defined USE_NCURSES= # defined USE_PKGSRC_GCC= # defined |