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: really fix PLIST.oss check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0865676c558c
branches:  trunk
changeset: 453250:0865676c558c
user:      thor <thor%pkgsrc.org@localhost>
date:      Tue May 25 18:11:17 2021 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 3419a0355222 -r 0865676c558c audio/mpg123/Makefile
--- a/audio/mpg123/Makefile     Tue May 25 17:56:24 2021 +0000
+++ b/audio/mpg123/Makefile     Tue May 25 18:11:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2021/05/25 17:02:13 thor Exp $
+# $NetBSD: Makefile,v 1.63 2021/05/25 18:11:17 thor Exp $
 
 PKGNAME=       ${DISTNAME:C/[^[:alnum:]]*//}
 COMMENT=       MPEG layer 1, 2, and 3 audio player
@@ -27,7 +27,7 @@
 PLIST.oss=             yes
 .endif
 
-.if !empty(${PLIST.oss})
+.if !empty(PLIST.oss)
 .include "../../mk/oss.buildlink3.mk"
 LIBS+=         ${LIBOSSAUDIO}
 CPPFLAGS+=     -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""



Home | Main Index | Thread Index | Old Index