Add an explicit dependency on pkgconf

This commit is contained in:
Baptiste Daroussin 2013-09-06 14:30:42 +00:00
parent 67c3ce47d7
commit a4bf97bf7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326507
6 changed files with 7 additions and 16 deletions

View file

@ -13,7 +13,7 @@ COMMENT= GNOME applet that displays the current phase of the Moon
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
USES= pathfix gettext gmake
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`

View file

@ -13,8 +13,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Provide uniform access to data sources for the GNOME 2 environment
USE_BZIP2= yes
USE_GMAKE= yes
USES= pathfix gettext
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix intlhack libgnomedb
USE_PERL5= yes
GNU_CONFIGURE= yes

View file

@ -17,7 +17,7 @@ USE_GNOME= gnomepanel gnomedesktop
USE_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake pkgconfig
USE_AUTOTOOLS= libtool automake:env autoheader:env
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include

View file

@ -19,11 +19,10 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
boost_filesystem:${PORTSDIR}/devel/boost-libs \
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
USE_GMAKE= yes
USE_XZ= yes
USE_GNOME= gnomehack gnomeprefix gconf2 gtk20 intltool libxml2 libxslt \
ltverhack gnomepanel
USES= gettext
USES= gettext gmake pkgconfig
INSTALLS_OMF= yes
GCONF_SCHEMAS= gnote.schemas
USE_AUTOTOOLS= libtool

View file

@ -10,9 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= c.petrik.sosa@gmail.com
COMMENT= Simple GNOME panel applet for controlling XMMS
USE_GMAKE= yes
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`

View file

@ -17,15 +17,9 @@ LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
GNU_CONFIGURE= yes
USES= gettext gmake
USES= gettext gmake pkgconfig
USE_BZIP2= yes
USE_GNOME= gtk20
USE_LDCONFIG= ${PREFIX}/lib/pidgin
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= configure fails on 6.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>