Skip to content

Commit

Permalink
Add an explicit dependency on pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Sep 5, 2013
1 parent 6b16063 commit 3a4866f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion audio/liquidsoap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ NO_OCAML_RUNDEPENDS= yes
USE_AUTOTOOLS= autoconf:env automake:env
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
USES= gmake
USES= gmake pkgconfig

CONFIGURE_ARGS= --disable-gui --localstatedir=/var
CFLAGS+= -I${LOCALBASE}/${OCAML_LIBDIR}
Expand Down
1 change: 1 addition & 0 deletions benchmarks/expedite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LICENSE= BSD
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
USE_EFL= evas
USE_EFL_EVAS_ENGINES= buffer
USE_LDCONFIG= yes
Expand Down
3 changes: 1 addition & 2 deletions cad/geda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk

OPTIONS_DEFINE= DOCS

USES= pathfix gettext perl5
USES= pathfix gettext perl5 gmake pkgconfig
USE_GNOME= desktopfileutils gtk20
USE_PERL5= run
USE_PYTHON= run
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --with-libstroke=${LOCALBASE}
USE_LDCONFIG= yes
Expand Down
1 change: 1 addition & 0 deletions dns/gdnsd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ OPTIONS_DEFINE= GEOIP
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_XZ= yes
USES= pkgcofnig

MAN1= gdnsd_geoip_test.1
MAN3= gdnsd-plugin-api.3
Expand Down
3 changes: 1 addition & 2 deletions emulators/gxmame/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ COMMENT= GXmame is a GTK frontend for xmame
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame

USES= pathfix
USES= pathfix gmake pkgconfig
USE_GNOME= gtk20 intlhack gnomeprefix
USE_GMAKE= yes
GNU_CONFIGURE= yes

LDFLAGS+= -L${LOCALBASE}/lib
Expand Down
2 changes: 1 addition & 1 deletion graphics/evas-engine-sdl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= gmake pkgconfig
USE_EFL= evas librt_hack libtool_hack
USE_SDL= sdl
USE_LDCONFIG= yes
Expand Down
9 changes: 2 additions & 7 deletions japanese/uim-tomoe-gtk/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# New ports collection makefile for: ja-uim-tomoe-gtk
# Date created: 9 Apr 2007
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
#

PORTNAME= uim-tomoe-gtk
PORTVERSION= 0.6.0
Expand All @@ -19,8 +15,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe \
uim.8:${PORTSDIR}/textproc/uim

USE_GNOME= lthack gtk20
USE_GMAKE= yes
USES= gettext
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes

PLIST_FILES= bin/uim-tomoe-gtk \
Expand Down
2 changes: 1 addition & 1 deletion news/nzbget/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ LICENSE= GPLv2
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
sigc-2:${PORTSDIR}/devel/libsigc++20

USES= gmake pkgconfig
USE_RC_SUBR= nzbget
GNU_CONFIGURE= yes
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
MAKE_JOBS_UNSAFE=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= ${PTHREAD_LIBS}
CFLAGS+= ${PTHREAD_CFLAGS}
USE_GMAKE= yes

PAR_DESC= Support verifying/repairing with par2 files
OPTIONS_DEFINE= PAR
Expand Down

0 comments on commit 3a4866f

Please sign in to comment.