diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
commit | 5102688caedb713d287a68d05fde0c7252cb8235 (patch) | |
tree | b1c447fbc275d3fde6e9f42268206401b0eec8dc /audio/mpg123 | |
parent | 189496e8a5623f9aed4fca63d910b58b4a78954e (diff) | |
download | pkgsrc-5102688caedb713d287a68d05fde0c7252cb8235.tar.gz |
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
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 490d6ca4a2c..4520abc0048 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2003/12/18 19:04:29 sketch Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/02/09 19:57:55 jlam Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -22,7 +22,7 @@ USE_BUILDLINK2= # defined .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -. if defined(USE_SUNPRO) +. if !empty(PKGSRC_COMPILER:Msunpro) ALL_TARGET= solaris . else ALL_TARGET= solaris-gcc${TARGET_SUFFIX} |