pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/retroarch



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed May  8 12:51:55 UTC 2019

Modified Files:
        pkgsrc/emulators/retroarch: options.mk

Log Message:
retroarch: Spell mbedtls properly.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/retroarch/options.mk

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

Modified files:

Index: pkgsrc/emulators/retroarch/options.mk
diff -u pkgsrc/emulators/retroarch/options.mk:1.9 pkgsrc/emulators/retroarch/options.mk:1.10
--- pkgsrc/emulators/retroarch/options.mk:1.9   Wed May  8 12:40:05 2019
+++ pkgsrc/emulators/retroarch/options.mk       Wed May  8 12:51:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2019/05/08 12:40:05 nia Exp $
+# $NetBSD: options.mk,v 1.10 2019/05/08 12:51:54 nia Exp $
 
 .include "../../mk/bsd.fast.prefs.mk"
 
@@ -53,7 +53,7 @@ CONFIGURE_ARGS+=      --enable-sixel
 CONFIGURE_ARGS+=       --disable-sixel
 .endif
 
-.if !empty(PKG_OPTIONS:Mmbedlts)
+.if !empty(PKG_OPTIONS:Mmbedtls)
 CONFIGURE_ARGS+=       --enable-ssl
 .include "../../security/mbedtls/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index