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 | 586d37019d619df31c285d11ae7bd676d59ac254 (patch) | |
tree | 4d47cb3918e7477deeef039417ebb5fce5a549df /audio | |
parent | a345462877932fd44c295c05490e52a0a9893410 (diff) | |
download | pkgsrc-586d37019d619df31c285d11ae7bd676d59ac254.tar.gz |
More fixes for SunOS, missed in previous commit.
Diffstat (limited to 'audio')
-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" |