diff options
author | kristerw <kristerw> | 2004-01-24 13:25:17 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-01-24 13:25:17 +0000 |
commit | 96c486c362413858d2e599c0f005cbee4e21401e (patch) | |
tree | 65cdec7d20f36b8fc5d7217a9b0bd4764fa47341 /x11/xephem | |
parent | cf8027ef7629aac6cb16595387d04bafbccead81 (diff) | |
download | pkgsrc-96c486c362413858d2e599c0f005cbee4e21401e.tar.gz |
Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
Diffstat (limited to 'x11/xephem')
-rw-r--r-- | x11/xephem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 3d4fc9ea2c5..c7b334ee799 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/20 12:28:28 agc Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/24 13:25:17 kristerw Exp $ DISTNAME= xephem-3.5.2 PKGREVISION= 1 @@ -24,7 +24,7 @@ BUILD_DIRS= ${LIBSRC1} ${LIBSRC2} ${WRKSRC} INSTALL_DIRS= ${WRKSRC} .if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32" -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 .endif post-install: |