svn commit: r325931 - head/editors/poedit

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 22:58:56 UTC 2013


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 <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at FreeBSD.org>
 # $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


More information about the svn-ports-all mailing list