mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
7348293b8a
commit
da01ddab02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326142
@ -1,10 +1,6 @@
|
||||
# New ports collection makefile for: gnomeblog
|
||||
# Date created: 20 September 2003
|
||||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/gnome-blog/Makefile,v 1.5 2007/08/08 21:52:36 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-blog
|
||||
PORTVERSION= 0.9.1
|
||||
@ -18,9 +14,8 @@ COMMENT= GNOME app to post to blogs
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USES= gettext
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnomeprefix pygnome2 intlhack
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: prepstools
|
||||
# Date created: 2005-08-02
|
||||
# Whom: jmelo@FreeBSD.org
|
||||
#
|
||||
# Created by: jmelo@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= prepstools
|
||||
PORTVERSION= 2.2.0
|
||||
@ -20,6 +16,7 @@ LICENSE= GPLv2
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PGSQL= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20 gconf2 glib20 libgnomeui
|
||||
|
||||
|
@ -20,11 +20,9 @@ BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool \
|
||||
CONFLICTS= ekiga-2.*
|
||||
|
||||
USE_GCC= any
|
||||
USE_PERL5= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake perl5 pkgconfig
|
||||
USE_XORG= xv
|
||||
USE_GNOME= gtk20 gnomehack
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/opal-${PORTVERSION}
|
||||
|
||||
USE_GCC= any
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= pathfix
|
||||
USES= pathfix gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
#MAKE_JOBS_SAFE= yes
|
||||
|
@ -1,10 +1,6 @@
|
||||
# New ports collection makefile for: py-gnome-extras
|
||||
# Date created: 22 November 2005
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# Created by: Koop Mast <kwm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.55 2009/11/28 05:59:04 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-extras
|
||||
PORTVERSION= 2.25.3
|
||||
@ -24,7 +20,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \
|
||||
# gdl-1.2:${PORTSDIR}/x11-toolkits/gdl
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= gnomehack libgtkhtml pygnome2 libgda4
|
||||
GNU_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user