Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
This commit is contained in:
Antoine Brodin 2013-09-05 21:32:14 +00:00
parent 8408abc5a8
commit e1c05666f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326449
6 changed files with 7 additions and 15 deletions

View file

@ -15,7 +15,7 @@ COMMENT= Interactive Python accessibility explorer for GNOME
USE_BZIP2= yes
USE_GNOME= pygnomedesktop atspi intlhack
USE_PYTHON= yes
USES= gettext gmake display:configure
USES= display:configure gettext gmake pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes

View file

@ -31,10 +31,9 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
CONFLICTS= anjuta-3.[0-9]*
USE_BZIP2= yes
USES= gmake gettext pathfix shebangfix shared-mime-info
USES= gmake gettext pathfix perl5 pkgconfig shebangfix shared-mime-info
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_PERL5= yes
USE_PYTHON= yes
USE_GNOME= gnomeprefix vte gtksourceview2 libgda4
USE_CSTD= gnu89

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: bigboard
# Date created: 2008-05-28
# Whom: Ashish Shukla <wahjava@gmail.com>
#
# Created by: Ashish Shukla <wahjava@gmail.com>
# $FreeBSD$
#
PORTNAME= bigboard
PORTVERSION= 0.5.38
@ -29,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/desktop-data-engine:${PORTSDIR}/net/desktop-da
${LOCALBASE}/libdata/pkgconfig/gnome-python-2.0.pc:${PORTSDIR}/x11-toolkits/py-gnome2 \
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus
USE_GMAKE= yes
USES= gmake pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_PYTHON= 2.5+

View file

@ -15,7 +15,8 @@ RUN_DEPENDS= portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
gnomesu:${PORTSDIR}/security/libgnomesu \
gdialog:${PORTSDIR}/x11/zenity
USE_GNOME= gtk20 desktopfileutils
USES= desktop-file-utils pkgconfig
USE_GNOME= gtk20
MAKE_ENV+= OSTYPE="${OPSYS}"
@ -32,6 +33,5 @@ post-patch:
post-install:
${INSTALL_DATA} ${WRKDIR}/bpm.desktop ${PREFIX}/share/applications/bpm.desktop
@-update-desktop-database
.include <bsd.port.mk>

View file

@ -10,8 +10,6 @@ libexec/bpm/fetch-wrapper
%%DATADIR%%/pixmaps/lock_48.png
share/locale/en_CA/LC_MESSAGES/bpm.mo
share/applications/bpm.desktop
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@dirrm libexec/bpm
@dirrm %%DATADIR%%/pixmaps
@dirrm %%DATADIR%%
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

View file

@ -20,8 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_GL= yes
USE_BZIP2= yes
USE_GMAKE= yes
USES= pathfix gettext
USES= gettext gmake pathfix pkgconfig
USE_GNOME= intltool
USE_XORG= glproto
USE_LDCONFIG= yes