[Midnightbsd-cvs] mports [24752] trunk/devel/glib20/Makefile: remove unneeded includes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jan 2 08:59:36 EST 2019


Revision: 24752
          http://svnweb.midnightbsd.org/mports/?rev=24752
Author:   laffer1
Date:     2019-01-02 08:59:30 -0500 (Wed, 02 Jan 2019)
Log Message:
-----------
remove unneeded includes

Modified Paths:
--------------
    trunk/devel/glib20/Makefile

Modified: trunk/devel/glib20/Makefile
===================================================================
--- trunk/devel/glib20/Makefile	2019-01-01 17:16:47 UTC (rev 24751)
+++ trunk/devel/glib20/Makefile	2019-01-02 13:59:30 UTC (rev 24752)
@@ -25,8 +25,8 @@
 USE_LDCONFIG=	yes
 # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo)
 # (wchar_t is used by glibmm, rawtherapee triggered this)
-USES+=		compiler:c11 gettext gmake gnome iconv:wchar_t libtool \
-		localbase pathfix perl5 pkgconfig python shebangfix
+USES+=		compiler:c11 gettext gmake iconv:wchar_t libtool \
+		localbase pathfix pkgconfig python shebangfix
 USE_PYTHON=	py3kplist
 USE_PERL5=	build
 CONFIGURE_ARGS=	--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \



More information about the Midnightbsd-cvs mailing list