mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
This commit is contained in:
parent
89ac815bbe
commit
d1d00fe5b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325931
@ -1,11 +1,6 @@
|
|||||||
# ex:ts=8
|
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||||
# New ports collection makefile for: poedit
|
|
||||||
# Date created: Mar 27, 2001
|
|
||||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $MCom: ports/editors/poedit/Makefile,v 1.2 2006/10/05 07:03:09 mezz Exp $
|
# $MCom: ports/editors/poedit/Makefile,v 1.2 2006/10/05 07:03:09 mezz Exp $
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= poedit
|
PORTNAME= poedit
|
||||||
PORTVERSION= 1.4.6.1
|
PORTVERSION= 1.4.6.1
|
||||||
@ -19,14 +14,12 @@ COMMENT= Gettext catalogs (.po files) editor
|
|||||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||||
LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
||||||
|
|
||||||
USE_GNOME= pkgconfig
|
USES= gettext gmake pkgconfig
|
||||||
USE_WX= 2.8+
|
USE_WX= 2.8+
|
||||||
WX_CONF_ARGS= absolute
|
WX_CONF_ARGS= absolute
|
||||||
WX_UNICODE= yes
|
WX_UNICODE= yes
|
||||||
USE_BDB= yes
|
USE_BDB= yes
|
||||||
WITH_BDB_HIGHEST= yes
|
WITH_BDB_HIGHEST= yes
|
||||||
USES= gettext
|
|
||||||
USE_GMAKE= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= WXRC="${WXRC_CMD}"
|
CONFIGURE_ENV= WXRC="${WXRC_CMD}"
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
|
Loading…
Reference in New Issue
Block a user