pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mpg123



Module Name:    pkgsrc
Committed By:   thor
Date:           Tue May 25 18:11:17 UTC 2021

Modified Files:
        pkgsrc/audio/mpg123: Makefile

Log Message:
audio/mpg123: really fix PLIST.oss check


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/audio/mpg123/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpg123/Makefile
diff -u pkgsrc/audio/mpg123/Makefile:1.62 pkgsrc/audio/mpg123/Makefile:1.63
--- pkgsrc/audio/mpg123/Makefile:1.62   Tue May 25 17:02:13 2021
+++ pkgsrc/audio/mpg123/Makefile        Tue May 25 18:11:17 2021
@@ -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}\""



Home | Main Index | Thread Index | Old Index