summaryrefslogtreecommitdiff
path: root/audio/mad123/Makefile
diff options
context:
space:
mode:
authorhans <hans>2012-02-15 22:16:10 +0000
committerhans <hans>2012-02-15 22:16:10 +0000
commit5091f3abf6d754f948eb39364b32230746201a85 (patch)
tree4d47cb3918e7477deeef039417ebb5fce5a549df /audio/mad123/Makefile
parentfaf3cecb7daa9e57a7bbacb53c5473dfe91dc68d (diff)
downloadpkgsrc-5091f3abf6d754f948eb39364b32230746201a85.tar.gz
More fixes for SunOS, missed in previous commit.
Diffstat (limited to 'audio/mad123/Makefile')
-rw-r--r--audio/mad123/Makefile6
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"