svn commit: r325952 - head/chinese/libpinyin

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 09:04:38 UTC 2013


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 \


More information about the svn-ports-head mailing list