diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:58:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:58:55 +0800 |
commit | 82a7affb2e926d04291b468bb54fcdbbca566f38 (patch) | |
tree | 85fc27d91c1b324a84f3cdfc59d5b36c369b7af6 /editors | |
parent | 12925516bbb266de76fc1d8abcbda736c4bbe67e (diff) | |
download | freebsd-ports-gnome-82a7affb2e926d04291b468bb54fcdbbca566f38.tar.gz freebsd-ports-gnome-82a7affb2e926d04291b468bb54fcdbbca566f38.tar.zst freebsd-ports-gnome-82a7affb2e926d04291b468bb54fcdbbca566f38.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'editors')
-rw-r--r-- | editors/poedit/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index e7dddbcd8d7a..142bb154fe6c 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,11 +1,6 @@ -# ex:ts=8 -# New ports collection makefile for: poedit -# Date created: Mar 27, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@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) editor 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 |