Add pkgconfig as build to fix the build with non default options. [1]

While here convert the pixman depend to USE_XORG, and remove the versions
in lib_depends.

PR:		ports/178984
Submitted by:	Garrett Wollman <wollman@xyz.csail.mit.edu>
This commit is contained in:
Koop Mast 2013-05-26 08:48:28 +00:00
parent 9076657c65
commit eb6aa0f648
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319100

View File

@ -14,15 +14,15 @@ COMMENT= Vector graphics library with cross-device output support
.if !defined(REFERENCE_PORT)
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
png15:${PORTSDIR}/graphics/png \
fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
pixman-1.9:${PORTSDIR}/x11/pixman
fontconfig:${PORTSDIR}/x11-fonts/fontconfig
CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
--disable-directfb \
--enable-tee
USES= pathfix
USES= pathfix pkgconfig
USE_XORG= pixman
USE_GNOME= ltverhack referencehack
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes