Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 09:04:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325952 - head/chinese/libpinyin
Message-ID:  <201309020904.r8294cCd010113@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep  2 09:04:38 2013
New Revision: 325952
URL: http://svnweb.freebsd.org/changeset/ports/325952

Log:
  Eliminate USE_GNOME=pkgconfig from chinese

Modified:
  head/chinese/libpinyin/Makefile

Modified: head/chinese/libpinyin/Makefile
==============================================================================
--- head/chinese/libpinyin/Makefile	Mon Sep  2 09:03:40 2013	(r325951)
+++ head/chinese/libpinyin/Makefile	Mon Sep  2 09:04:38 2013	(r325952)
@@ -13,11 +13,10 @@ MAN1=		libpinyin.1 gen_binary_files.1 ge
 		import_interpolation.1
 
 USE_BDB=	yes
-USE_GNOME=	glib20 gnomehack pkgconfig
-USES=		gettext
+USE_GNOME=	glib20
+USES=		gettext gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS+=CPPFLAGS="-I${LOCALBASE}/include \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020904.r8294cCd010113>