summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-05-25 18:11:17 +0000
committerthor <thor@pkgsrc.org>2021-05-25 18:11:17 +0000
commit4013c034986e6df2e0b86210d7ecb64b1788652f (patch)
treea57d08ca7323966aecc159f713971838c3e0ac14 /audio
parent05cff39c1e369e85a6634f18e062b3c81d6cfc5f (diff)
downloadpkgsrc-4013c034986e6df2e0b86210d7ecb64b1788652f.tar.gz
audio/mpg123: really fix PLIST.oss check
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 6924004bc39..0db043a2e95 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -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 @@ MPG123_DEFAULT_MODULE= oss
PLIST.oss= yes
.endif
-.if !empty(${PLIST.oss})
+.if !empty(PLIST.oss)
.include "../../mk/oss.buildlink3.mk"
LIBS+= ${LIBOSSAUDIO}
CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""