diff options
author | jtb <jtb@pkgsrc.org> | 2003-07-12 11:38:31 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-07-12 11:38:31 +0000 |
commit | 48a69c796bcbe3e7dc662b6db932963f79afdec6 (patch) | |
tree | 55265bd95f08ca8b27e47f37f6f8f07513d9ded8 /lang/gpc/Makefile | |
parent | 273756e33ca5942dcdbeb97dd64b8fb0356d4532 (diff) | |
download | pkgsrc-48a69c796bcbe3e7dc662b6db932963f79afdec6.tar.gz |
Add the "if-exists" specs function. Enables the addition of
crti.o and crtn.o to the executable if needed.
Bump PKGVERSION.
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 f231809bec7..74fff92db3a 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/07/05 13:25:44 seb Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/12 11:38:31 jtb Exp $ DISTNAME= gpc-2.1 -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/gcc-2.95.3 CATEGORIES= lang MASTER_SITES= http://www.gnu-pascal.de/current/ \ |