diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 2ab539dcf6641013cf030237fb4971b6a93757f5 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /lang/gcc47-libs | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'lang/gcc47-libs')
-rw-r--r-- | lang/gcc47-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47-libs/Makefile b/lang/gcc47-libs/Makefile index 867179691ba..c1e1efea07b 100644 --- a/lang/gcc47-libs/Makefile +++ b/lang/gcc47-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:15 rodent Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/08 11:17:15 rodent Exp $ GCC_PKGNAME= gcc47 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -6,7 +6,7 @@ GCC_PKGNAME= gcc47 DISTNAME= gcc-${GCC_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-libs-${GCC_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the -## PKGREVISION of the lang/gcc47 package so that with the dependence pattern +## PKGREVISION of the lang/gcc47 package so that with the dependence pattern ## '{gcc47,gcc47-libs}>=4.7.*' pkg_all will choose gcc47-libs over gcc47. PKGREVISION= 4 CATEGORIES= lang |