From 586d37019d619df31c285d11ae7bd676d59ac254 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 15 Feb 2012 22:16:10 +0000 Subject: More fixes for SunOS, missed in previous commit. --- audio/mad123/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3