From owner-svn-ports-head@FreeBSD.ORG Sun Sep 1 22:58:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8E9A4378; Sun, 1 Sep 2013 22:58:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0E92ABA; Sun, 1 Sep 2013 22:58:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r81MwuxN051887; Sun, 1 Sep 2013 22:58:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r81MwuKF051886; Sun, 1 Sep 2013 22:58:56 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309012258.r81MwuKF051886@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 1 Sep 2013 22:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325931 - head/editors/poedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 22:58:56 -0000 Author: bapt Date: Sun Sep 1 22:58:55 2013 New Revision: 325931 URL: http://svnweb.freebsd.org/changeset/ports/325931 Log: Convert USE_GNOME=pkgconfig to USES=pkgconfig Convert USE_GMAKE to USES=gmake Modified: head/editors/poedit/Makefile Modified: head/editors/poedit/Makefile ============================================================================== --- head/editors/poedit/Makefile Sun Sep 1 22:57:27 2013 (r325930) +++ head/editors/poedit/Makefile Sun Sep 1 22:58:55 2013 (r325931) @@ -1,11 +1,6 @@ -# ex:ts=8 -# New ports collection makefile for: poedit -# Date created: Mar 27, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ # $MCom: ports/editors/poedit/Makefile,v 1.2 2006/10/05 07:03:09 mezz Exp $ -# PORTNAME= poedit PORTVERSION= 1.4.6.1 @@ -19,14 +14,12 @@ COMMENT= Gettext catalogs (.po files) ed BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell -USE_GNOME= pkgconfig +USES= gettext gmake pkgconfig USE_WX= 2.8+ WX_CONF_ARGS= absolute WX_UNICODE= yes USE_BDB= yes WITH_BDB_HIGHEST= yes -USES= gettext -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALLS_ICONS= yes