diff options
author | joerg <joerg> | 2006-12-05 08:30:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-12-05 08:30:20 +0000 |
commit | cf44cb0ecd28020d2e3c1b3603d8472d8af17cc2 (patch) | |
tree | 7bd0a9359af7c6b9132ed792d5e6f5ae0c49444d /x11/wxGTK | |
parent | d8744b7b9bc53a2d17e6599d2c4e5e705393171b (diff) | |
download | pkgsrc-cf44cb0ecd28020d2e3c1b3603d8472d8af17cc2.tar.gz |
Fix typo in comment.
Diffstat (limited to 'x11/wxGTK')
-rw-r--r-- | x11/wxGTK/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK/Makefile.common b/x11/wxGTK/Makefile.common index 2360780a1bc..4c5d0bed613 100644 --- a/x11/wxGTK/Makefile.common +++ b/x11/wxGTK/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2006/07/16 00:53:01 rillig Exp $ +# $NetBSD: Makefile.common,v 1.12 2006/12/05 08:30:20 joerg Exp $ # DISTNAME= wxGTK-2.6.3 @@ -32,7 +32,7 @@ CONFIGURE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR:Q} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} #CONFIGURE_ARGS+= --enable-unicode -#PIST_SUBST+= UNICODE=u +#PLIST_SUBST+= UNICODE=u PLIST_SUBST+= UNICODE= PLIST_SUBST+= BUILDTYPE=ansi |