diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:57:45 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-26 10:57:45 +0000 |
commit | 97f4078fc66b31385abf80fccbd0ad2c025fe60f (patch) | |
tree | ba40492c0d12e5e3607803f3192c1d24923347ba /x11/wxGTK30 | |
parent | ff2ff9e81927ce4912893dae7f00cc43823bb857 (diff) | |
download | pkgsrc-97f4078fc66b31385abf80fccbd0ad2c025fe60f.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'x11/wxGTK30')
-rw-r--r-- | x11/wxGTK30/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/wxGTK30/Makefile b/x11/wxGTK30/Makefile index 1f8a396c36a..6b800a017a1 100644 --- a/x11/wxGTK30/Makefile +++ b/x11/wxGTK30/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2016/02/17 10:16:05 dbj Exp $ +# $NetBSD: Makefile,v 1.15 2016/02/26 11:27:17 jperkin Exp $ VERSION= 3.0.2 PKGREVISION= 5 @@ -73,9 +73,7 @@ PLIST_SRC+= PLIST.gtk2 CONFIGURE_ARGS+= --with-gtk=2 .endif -.if ${OPSYS} == "SunOS" -CONFIGURE_ARGS+= --disable-xlocale -.endif +CONFIGURE_ARGS.SunOS+= --disable-xlocale post-configure: echo 'install_qadll: install_xmldll' >> ${WRKSRC}/Makefile |