diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-25 08:27:02 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-25 08:27:02 +0000 |
commit | fb004caf224b9dc3851a2b47e93834c7eb188a49 (patch) | |
tree | 948a158177d1cda7520cc36f2bcb6f949a858590 /inputmethod | |
parent | a9480760c2c6f5a5caa6624d12945492f6d1aeba (diff) | |
download | pkgsrc-fb004caf224b9dc3851a2b47e93834c7eb188a49.tar.gz |
Remove manual OPSYSVARS additions which are now part of the default set.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/qt5-uim/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/scim-python/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/inputmethod/qt5-uim/Makefile b/inputmethod/qt5-uim/Makefile index d3a0e199d10..0bc5ffcccef 100644 --- a/inputmethod/qt5-uim/Makefile +++ b/inputmethod/qt5-uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/10/10 01:58:10 ryoon Exp $ +# $NetBSD: Makefile,v 1.12 2016/02/25 08:27:03 jperkin Exp $ .include "../../x11/qt5/Makefile.common" @@ -26,8 +26,6 @@ USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= uim.pc.in CONFIGURE_ENV+= QMAKE5=${QTPREFIX}/bin/qmake - -OPSYSVARS+= CONFIGURE_ENV CONFIGURE_ENV.SunOS+= ac_cv_func_strcasecmp=yes CONFIGURE_ARGS+= --with-qt5-immodule diff --git a/inputmethod/scim-python/Makefile b/inputmethod/scim-python/Makefile index 127afadc964..704dda91650 100644 --- a/inputmethod/scim-python/Makefile +++ b/inputmethod/scim-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2015/12/05 21:25:47 adam Exp $ +# $NetBSD: Makefile,v 1.30 2016/02/25 08:27:03 jperkin Exp $ DISTNAME= scim-python-0.1.13rc1 PKGREVISION= 23 @@ -20,8 +20,6 @@ USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config msgfmt -OPSYSVARS+= BUILDLINK_TRANSFORM - BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=./scim.version-script # taken from ${WRKSRC}/python/engine/PinYin/Makefile.in |