diff options
author | he <he@pkgsrc.org> | 2015-10-04 09:08:40 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2015-10-04 09:08:40 +0000 |
commit | c315ad527c6127c8c0107b8c032874182d64fdf0 (patch) | |
tree | 2f9275cb61ef29d6d5abb4a4a0760865a7b31d59 /lang/pcc-current/Makefile | |
parent | c11a011e87f61388435be26c943b67e89bbb0eb0 (diff) | |
download | pkgsrc-c315ad527c6127c8c0107b8c032874182d64fdf0.tar.gz |
Update this to a bit more recent -current version, the 20151003 version.
Diffstat (limited to 'lang/pcc-current/Makefile')
-rw-r--r-- | lang/pcc-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pcc-current/Makefile b/lang/pcc-current/Makefile index 3af831bd755..b5fedb7d324 100644 --- a/lang/pcc-current/Makefile +++ b/lang/pcc-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2014/12/30 14:49:18 plunky Exp $ +# $NetBSD: Makefile,v 1.16 2015/10/04 09:08:40 he Exp $ DISTNAME= pcc-${DATE_STR} PKGNAME= pcc-current-${DATE_STR} @@ -11,7 +11,7 @@ HOMEPAGE= http://pcc.ludd.ltu.se/ COMMENT= Portable C compiler LICENSE= pcc-license -DATE_STR= 20141228 +DATE_STR= 20151003 CONFLICTS= pcc-[0-9]* |