diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 22:16:10 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 22:16:10 +0000 |
commit | e8c6e1704323b942629581c1f5410267eb5cdb12 (patch) | |
tree | 4d47cb3918e7477deeef039417ebb5fce5a549df /audio/mad123 | |
parent | b29c63b0254d7acf3e66ce984a54cd85a60ffe8c (diff) | |
download | pkgsrc-e8c6e1704323b942629581c1f5410267eb5cdb12.tar.gz |
More fixes for SunOS, missed in previous commit.
Diffstat (limited to 'audio/mad123')
-rw-r--r-- | audio/mad123/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile index 8f961c1d546..06cfaee9230 100644 --- a/audio/mad123/Makefile +++ b/audio/mad123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/02/06 12:39:27 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2012/02/15 22:16:10 hans Exp $ # DISTNAME= mad123-0.8.5 @@ -12,12 +12,14 @@ COMMENT= Command-line MPEG audio player PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= nroff + .include "../../mk/bsd.prefs.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.mad123 PKG_SUPPORTED_OPTIONS= arts oss sun PKG_SUGGESTED_OPTIONS+= oss -.if ${OPSYS} != "DragonFly" && ${OPSYS} != "Linux" +.if ${OPSYS} != "DragonFly" && ${OPSYS} != "Linux" && ${OPSYS} != "SunOS" PKG_SUGGESTED_OPTIONS+= sun .endif .if ${OPSYS} == "Linux" |