pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/mpg123 audio/mpg123: fix check for PLIST.oss



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c18b3253112
branches:  trunk
changeset: 453243:6c18b3253112
user:      thor <thor%pkgsrc.org@localhost>
date:      Tue May 25 17:02:13 2021 +0000

description:
audio/mpg123: fix check for PLIST.oss

diffstat:

 audio/mpg123/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 379e3d91493d -r 6c18b3253112 audio/mpg123/Makefile
--- a/audio/mpg123/Makefile     Tue May 25 16:58:04 2021 +0000
+++ b/audio/mpg123/Makefile     Tue May 25 17:02:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2021/05/25 10:44:22 thor Exp $
+# $NetBSD: Makefile,v 1.62 2021/05/25 17:02:13 thor Exp $
 
 PKGNAME=       ${DISTNAME:C/[^[:alnum:]]*//}
 COMMENT=       MPEG layer 1, 2, and 3 audio player
@@ -27,7 +27,7 @@
 PLIST.oss=             yes
 .endif
 
-.if ${PLIST.oss} == "yes"
+.if !empty(${PLIST.oss})
 .include "../../mk/oss.buildlink3.mk"
 LIBS+=         ${LIBOSSAUDIO}
 CPPFLAGS+=     -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""



Home | Main Index | Thread Index | Old Index