mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
This commit is contained in:
parent
2a993a3b2b
commit
74aebe4fa5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326422
@ -21,10 +21,9 @@ USE_BZIP2= yes
|
||||
.if !defined(REFERENCE_PORT)
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \
|
||||
intlhack referencehack
|
||||
USES= gettext
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_OMF= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -20,7 +20,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= libwnck gconf2
|
||||
USE_GCC= yes
|
||||
|
||||
|
@ -16,7 +16,7 @@ LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
|
||||
json-glib-1.0:${PORTSDIR}/devel/json-glib
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pathfix
|
||||
USES= gmake pathfix pkgconfig
|
||||
USE_GNOME= gnomeprefix gconf2
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_SQLITE= 3
|
||||
|
@ -13,6 +13,7 @@ COMMENT= GTK2 send-pr tool
|
||||
|
||||
LIB_DEPENDS= esmtp.7:${PORTSDIR}/mail/libesmtp
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
|
||||
MAN1= gtk-send-pr.1
|
||||
|
@ -13,6 +13,7 @@ MASTER_SITES= http://qstardict.ylsoftware.com/files/
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= Dictionary program written in Qt4
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USE_QT4= gui network xml qmake_build uic_build moc_build rcc_build
|
||||
QMAKE_ARGS+= -recursive
|
||||
|
@ -16,8 +16,7 @@ COMMENT= Scim-bridge agent (server)
|
||||
|
||||
LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gettext
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
|
@ -18,7 +18,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
|
||||
exif:${PORTSDIR}/graphics/libexif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_GL= glu
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -10,6 +10,7 @@ COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= pkgconfig
|
||||
USE_CABAL= utf8-string>=0.1 X11>=1.2.1
|
||||
USE_XORG= xft xrender
|
||||
|
||||
|
@ -19,10 +19,9 @@ LIB_DEPENDS= gle.4:${PORTSDIR}/graphics/gle \
|
||||
|
||||
USE_XORG= x11 xpm
|
||||
USE_GL= gl
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_RUN= yes
|
||||
USE_PERL5= run
|
||||
USE_GNOME= gnomehier libglade2 gnomehack
|
||||
USES= gettext
|
||||
USES= gettext gmake perl5 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gtk --with-gl --with-gle --with-pixbuf --with-xpm \
|
||||
--with-jpeg=${LOCALBASE} --with-xshm-ext --with-xdbe-ext \
|
||||
|
Loading…
Reference in New Issue
Block a user