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 /x11/qt4-libs | |
parent | a9480760c2c6f5a5caa6624d12945492f6d1aeba (diff) | |
download | pkgsrc-fb004caf224b9dc3851a2b47e93834c7eb188a49.tar.gz |
Remove manual OPSYSVARS additions which are now part of the default set.
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r-- | x11/qt4-libs/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common index bbde0812122..6c17d9a48ff 100644 --- a/x11/qt4-libs/Makefile.common +++ b/x11/qt4-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2015/07/04 16:18:42 joerg Exp $ +# $NetBSD: Makefile.common,v 1.41 2016/02/25 08:27:05 jperkin Exp $ # used by x11/qt4-docs/Makefile # used by x11/qt4-libs/Makefile # used by x11/qt4-mng/Makefile @@ -38,7 +38,6 @@ CONFIGURE_ARGS+= -prefix "${QTPREFIX}" CONFIGURE_ARGS+= ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*} CONFIGURE_ARGS+= -opensource -confirm-license CONFIGURE_ARGS+= -sysconfdir "${PKG_SYSCONFDIR}/xdg" -OPSYSVARS+= CONFIGURE_ARGS .include "../../mk/bsd.prefs.mk" |