mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add an explicit dependency on pkgconfig
This commit is contained in:
parent
9a065f4ccf
commit
d04aafc295
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325999
@ -13,7 +13,7 @@ COMMENT= Vformat plugin for the OpenSync framework
|
||||
LIB_DEPENDS= opensync:${PORTSDIR}/devel/libopensync
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake iconv
|
||||
USES= cmake iconv pkgconfig
|
||||
CMAKE_ARGS+= -Wno-dev
|
||||
CFLAGS+= "-I${LOCALBASE}/include"
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
# New ports collection makefile for: libsvg
|
||||
# Date created: 2004-10-06
|
||||
# Whom: Michael Johnson <ahze@ahze.net>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@ahze.net>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/graphics/libsvg/Makefile,v 1.3 2005/07/04 00:11:29 marcus Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libsvg
|
||||
PORTVERSION= 0.1.4
|
||||
@ -22,7 +18,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= libxml2
|
||||
USES= pathfix iconv
|
||||
USES= pathfix iconv pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= include/svg.h \
|
||||
|
@ -25,10 +25,10 @@ LIB_DEPENDS= icuio:${PORTSDIR}/devel/icu \
|
||||
|
||||
USE_TEX= texlive web2c kpathsea ptexenc texhash-bootstrap
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig perl5
|
||||
USE_AUTOTOOLS= autoconf
|
||||
USE_GHOSTSCRIPT=yes
|
||||
USE_PERL5_RUN= yes
|
||||
USE_PERL5= run
|
||||
USE_LDCONFIG= yes
|
||||
USE_XORG= x11 xmu xaw
|
||||
EXCLUDE_FILES= ${DISTNAME}/texk/web2c \
|
||||
|
Loading…
Reference in New Issue
Block a user