mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
457279a404
commit
888f361022
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326109
@ -15,6 +15,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
|
@ -11,6 +11,7 @@ COMMENT= The GGZ Gaming Zone - GTK+ Games
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/ggz-gtk:${PORTSDIR}/games/ggz-gtk-client
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_w_fonts-${PORTVERSION}
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_SDL= image mixer net pango sdl
|
||||
USES= iconv gmake perl5
|
||||
USES= iconv gmake perl5 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= T4K_COMMON_CFLAGS="-I${T4K_WRKSRC}/src" \
|
||||
T4K_COMMON_LIBS="${T4K_WRKSRC}/src/.libs/libt4k_common.a" \
|
||||
|
@ -20,7 +20,7 @@ USE_GL= gl
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= librsvg2
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pathfix
|
||||
USES= pathfix pkgconfig
|
||||
|
||||
OPTIONS_DEFINE= GST
|
||||
GST_DESC= Live videos as slide backgrounds
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: Rawstudio
|
||||
# Date created: 2008-04-23
|
||||
# Whom: Alex Samorukov <samm@os2.kiev.ua>
|
||||
#
|
||||
# Created by: Alex Samorukov <samm@os2.kiev.ua>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rawstudio
|
||||
PORTVERSION= 2.0
|
||||
@ -31,7 +27,7 @@ GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_GMAKE= yes
|
||||
USES= gettext
|
||||
USES= gettext pkgconfig
|
||||
USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack
|
||||
USE_SQLITE= 3
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -14,6 +14,7 @@ LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb
|
||||
|
||||
CONFLICTS= ja-ebview-0*
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libva.pc:${PORTSDIR}/multimedia/li
|
||||
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_GL= gl
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: gcompmgr
|
||||
# Date created: 6 Feb 2006
|
||||
# Whom: UMENO Takashi
|
||||
#
|
||||
# Created by: UMENO Takashi
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gcompmgr
|
||||
PORTVERSION= 0.21
|
||||
@ -18,6 +14,7 @@ RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
|
||||
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_AUTOTOOLS= automake:env
|
||||
|
||||
DESKTOP_ENTRIES="gcompmgr" \
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: evilvte
|
||||
# Date created: 2008/06/03
|
||||
# Whom: chinsan
|
||||
#
|
||||
# Created by: chinsan
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= evilvte
|
||||
PORTVERSION= 0.5.0
|
||||
@ -15,6 +11,7 @@ MASTER_SITES= http://www.calno.com/${PORTNAME}/ \
|
||||
MAINTAINER= aragon@phat.za.net
|
||||
COMMENT= A VTE based, super lightweight terminal emulator
|
||||
|
||||
USES= pkgconfig
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user