diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-03-05 14:24:30 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-03-05 14:24:30 +0000 |
commit | f87d85d050f98346e6e2a53fb19e25ae3d670bb0 (patch) | |
tree | 1df151100d7b2dc24e346c8452c0138c256b1d05 /audio/mpg123 | |
parent | 02dc84c9bac4ab41e9b4f3d52c29389e8a52bd4c (diff) | |
download | pkgsrc-f87d85d050f98346e6e2a53fb19e25ae3d670bb0.tar.gz |
Needs to include compiler.mk before using PKGSRC_COMPILER.
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 4520abc0048..2c2122a95bc 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2004/02/09 19:57:55 jlam Exp $ +# $NetBSD: Makefile.common,v 1.14 2004/03/05 14:24:30 bouyer Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -20,7 +20,7 @@ DISTINFO_FILE= ${.CURDIR}/../../audio/mpg123/distinfo USE_BUILDLINK2= # defined .include "../../mk/bsd.prefs.mk" - +.include "../../mk/compiler.mk" .if ${OPSYS} == "SunOS" . if !empty(PKGSRC_COMPILER:Msunpro) ALL_TARGET= solaris |