pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/smalltalk fix fatal typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e42b8b7194f6
branches:  trunk
changeset: 646234:e42b8b7194f6
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Feb 05 17:32:20 2015 +0000

description:
fix fatal typo

diffstat:

 lang/smalltalk/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 240be0a1d5d5 -r e42b8b7194f6 lang/smalltalk/options.mk
--- a/lang/smalltalk/options.mk Thu Feb 05 17:22:26 2015 +0000
+++ b/lang/smalltalk/options.mk Thu Feb 05 17:32:20 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2014/12/27 00:13:28 dholland Exp $
+# $NetBSD: options.mk,v 1.2 2015/02/05 17:32:20 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.smalltalk
 PKG_SUPPORTED_OPTIONS= cairo curses expat gdbm gtk opengl readline sdl sqlite tk
@@ -16,7 +16,7 @@
 CONFIGURE_ARGS+=       --disable-cairo
 .endif
 
-.if !empty(PKG_OPTIONS.Mcurses)
+.if !empty(PKG_OPTIONS:Mcurses)
 PLIST.curses=          yes
 # it only searches for ncurses but seems to be ok with at least netbsd's curses
 FAKE_NCURSES=          yes



Home | Main Index | Thread Index | Old Index