mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
374856d95a
commit
bee65d048d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326013
10 changed files with 15 additions and 32 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: libopensync-plugin-python
|
# Created by: Alexander Logvinov <ports@logvinov.com>
|
||||||
# Date created: 18 July 2008
|
|
||||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= libopensync-plugin-python
|
PORTNAME= libopensync-plugin-python
|
||||||
PORTVERSION= 0.22
|
PORTVERSION= 0.22
|
||||||
|
@ -17,6 +13,7 @@ LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022
|
||||||
|
|
||||||
CONFLICTS= libopensync-plugin-python-devel-[0-9]*
|
CONFLICTS= libopensync-plugin-python-devel-[0-9]*
|
||||||
|
|
||||||
|
USES= pkgconfig
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: art
|
# Created by: Vladimir Gorelov <virtual.lark@gmail.com>
|
||||||
# Date created: 2011-11-05
|
|
||||||
# Whom: Vladimir Gorelov <virtual.lark@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= art
|
PORTNAME= art
|
||||||
PORTVERSION= 0.9.01
|
PORTVERSION= 0.9.01
|
||||||
|
@ -18,7 +14,7 @@ LICENSE= GPLv3
|
||||||
|
|
||||||
LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26
|
LIB_DEPENDS= xml++-2.6:${PORTSDIR}/textproc/libxml++26
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake pkgconfig
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin
|
@${INSTALL_PROGRAM} ${WRKSRC}/artlibgen/src/artlibgen ${PREFIX}/bin
|
||||||
|
|
|
@ -16,7 +16,7 @@ LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USES= iconv
|
USES= iconv pkgconfig
|
||||||
CONFIGURE_ARGS+=--libdir=${DATADIR} \
|
CONFIGURE_ARGS+=--libdir=${DATADIR} \
|
||||||
--bindir=${PREFIX}/sbin \
|
--bindir=${PREFIX}/sbin \
|
||||||
--enable-use-pcre \
|
--enable-use-pcre \
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: maitretarot
|
# Created by: thierry@pompo.net
|
||||||
# Date created: Sun 7 mar 2004
|
|
||||||
# Whom: thierry@pompo.net
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= maitretarot
|
PORTNAME= maitretarot
|
||||||
PORTVERSION= 0.1.98
|
PORTVERSION= 0.1.98
|
||||||
|
@ -17,6 +13,7 @@ COMMENT= Server side of MaitreTarot, a Tarot card game
|
||||||
|
|
||||||
LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot
|
LIB_DEPENDS= maitretarot.0:${PORTSDIR}/games/libmaitretarot
|
||||||
|
|
||||||
|
USES= pkgconfig
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= glib20 libxml2
|
USE_GNOME= glib20 libxml2
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
# New ports collection makefile for: gnome-devel-docs
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||||
# Date created: 2007-09-18
|
|
||||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.22 2010/09/29 15:17:53 kwm Exp $
|
# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.22 2010/09/29 15:17:53 kwm Exp $
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= gnome-devel-docs
|
PORTNAME= gnome-devel-docs
|
||||||
PORTVERSION= 2.32.0
|
PORTVERSION= 2.32.0
|
||||||
|
@ -20,7 +16,7 @@ RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USES= gmake pkgconfig
|
||||||
USE_GNOME= gnomehier
|
USE_GNOME= gnomehier
|
||||||
INSTALLS_OMF= yes
|
INSTALLS_OMF= yes
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
|
||||||
# dlopen dependencies, libbdplus not yet available
|
# dlopen dependencies, libbdplus not yet available
|
||||||
LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs
|
LIB_DEPENDS+= libaacs.so:${PORTSDIR}/multimedia/libaacs
|
||||||
|
|
||||||
USES= iconv
|
USES= iconv pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_AUTOTOOLS= autoconf aclocal automake libtool
|
USE_AUTOTOOLS= autoconf aclocal automake libtool
|
||||||
|
|
|
@ -15,6 +15,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --disable-java --disable-php4 --with-zlib
|
CONFIGURE_ARGS+= --disable-java --disable-php4 --with-zlib
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USES= pkgconfig
|
||||||
USE_GNOME= gnomehack glib20 libxml2
|
USE_GNOME= gnomehack glib20 libxml2
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
|
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
|
||||||
CONFLICTS_INSTALL?= pinentry-[a-z]*
|
CONFLICTS_INSTALL?= pinentry-[a-z]*
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USES= iconv gmake
|
USES= iconv gmake pkgconfig
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+=--disable-pinentry-qt
|
CONFIGURE_ARGS+=--disable-pinentry-qt
|
||||||
INFO= pinentry
|
INFO= pinentry
|
||||||
|
|
|
@ -18,7 +18,7 @@ LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
|
||||||
USERS= polkit
|
USERS= polkit
|
||||||
GROUPS= polkit
|
GROUPS= polkit
|
||||||
|
|
||||||
USES= pathfix
|
USES= pathfix pkgconfig
|
||||||
USE_GNOME= glib20 intlhack
|
USE_GNOME= glib20 intlhack
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: XML::GDOME
|
# Created by: Stefan Esser <se@FreeBSD.org>
|
||||||
# Date created: 2003-10-02
|
|
||||||
# Whom: Stefan Esser <se@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= XML-GDOME
|
PORTNAME= XML-GDOME
|
||||||
PORTVERSION= 0.86
|
PORTVERSION= 0.86
|
||||||
|
@ -20,7 +16,7 @@ RUN_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
|
||||||
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5 pkgconfig
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN3= XML::GDOME.3 \
|
MAN3= XML::GDOME.3 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue