1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
This commit is contained in:
Antoine Brodin 2013-09-15 12:27:30 +00:00
parent 413b2a3af3
commit 2d9b5a640b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327338
11 changed files with 20 additions and 47 deletions

View File

@ -19,7 +19,7 @@ OPTIONS_DEFAULT= VORBIS
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= gmake
USES= gmake pkgconfig
USE_GNOME= gtk20
CXX+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \

View File

@ -1,15 +1,12 @@
# New ports collection makefile for: fcitx-chewing
# Date created: 6 Feb 2012
# Whom: Zhihao Yuan <lichray@gmail.com>
#
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
#
PORTNAME= fcitx-chewing
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
@ -19,9 +16,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
chewing:${PORTSDIR}/chinese/libchewing
USE_XZ= yes
USES= cmake gettext
USES= cmake gettext pkgconfig
USE_GNOME= intltool
PROJECTHOST= fcitx
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
fcitx-chewing provides Chewing, an intelligent phonetic input method
engine, as a back-end to the Fcitx IM framework.
WWW: http://code.google.com/p/fcitx/
WWW: http://code.google.com/p/fcitx/

View File

@ -17,7 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx
USE_XZ= yes
USE_GNOME= intltool gnomehack
USES= cmake gettext
USES= cmake gettext pkgconfig
OPTIONS_DEFINE= GTK2 GTK3
OPTIONS_DEFAULT=GTK2

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: zh-gcin
# Date created: Feb 18 2004
# Whom: Shen Chuan-Hsing
#
# Created by: Shen Chuan-Hsing
# $FreeBSD$
#
PORTNAME= gcin
PORTVERSION= 2.8.0
@ -22,7 +18,7 @@ USE_XZ= YES
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --use_gtk3=N --use_qt3=N
USE_GNOME= gtk20
USE_GMAKE= YES
USES= gmake pkgconfig
USE_XORG= x11 xtst xext
INSTALLS_ICONS= YES
USE_LDCONFIG= YES

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: zh-scim-fcitx
# Date created: 8 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$
#
PORTNAME= scim
PORTVERSION= 3.1.1
@ -14,13 +10,13 @@ PKGNAMESUFFIX= -fcitx
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An SCIM IMEngine module for fcitx
COMMENT= SCIM IMEngine module for fcitx
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
BUILD_DEPENDS:= ${RUN_DEPENDS}
USE_BZIP2= yes
USE_GMAKE= yes
USES= gmake pkgconfig
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: scim-bridge-qt4
# Date created: 2008-08-17
# Whom: Henry Hu <henry.hu.sh@gmail.com>
#
# Created by: Henry Hu <henry.hu.sh@gmail.com>
# $FreeBSD$
#
PORTNAME= scim-bridge
PORTVERSION= 0.4.16
@ -19,8 +15,7 @@ RUN_DEPENDS= scim-bridge:${PORTSDIR}/textproc/scim-bridge
USE_QT4= corelib gui moc_build
QT_NONSTANDARD= yes
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
LICENSE= GPLv2 LGPL21

View File

@ -4,4 +4,4 @@ the IME server which communicates with SCIM. The clients are IMModules
which communicate only with the agent so that there is no binary
dependency between the clients and SCIM.
WWW: http://www.scim-im.org/projects/scim_bridge/
WWW: http://www.scim-im.org/projects/scim_bridge/

View File

@ -14,7 +14,7 @@ COMMENT= SCIM add-on to input various symbols with customisable on-screen pad
LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim
USE_LDCONFIG= yes
USE_GMAKE= yes
USES= gmake pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: scim-kmfl-imengine
# Date created: 10 October 2007
# Whom: Nikola Lecic <nikola.lecic@anthesphoria.net>
#
# Created by: Nikola Lecic <nikola.lecic@anthesphoria.net>
# $FreeBSD$
#
PORTNAME= scim-kmfl-imengine
PORTVERSION= 0.9.9
@ -28,7 +24,7 @@ RUN_DEPENDS= kmflcomp:${PORTSDIR}/textproc/kmflcomp \
USE_XORG= x11 xkbfile xproto
USE_AUTOTOOLS= libtool
USE_GNOME= glib20 gtk20 intlhack
USES= gettext iconv
USES= gettext iconv pkgconfig
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: scim-m17n
# Date Created: 10 May 2007
# Whom: Yinghong Liu <relaxbsd@gmail.com>
#
# Created by: Yinghong Liu <relaxbsd@gmail.com>
# $FreeBSD$
#
PORTNAME= scim-m17n
PORTVERSION= 0.2.3
@ -12,16 +8,15 @@ CATEGORIES= textproc
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
http://anthesphoria.net/FreeBSD/ports/distfiles/
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= A SCIM IMEngine module which uses m17n library as the backend
COMMENT= SCIM IMEngine module which uses m17n library as the backend
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \
gsed:${PORTSDIR}/textproc/gsed
LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
USE_GMAKE= yes
USES= gmake pkgconfig
GNU_CONFIGURE= yes
.include <bsd.port.mk>