diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:34:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:34:47 +0000 |
commit | e2eefe54727fdc19d777faed8f31182080be79c7 (patch) | |
tree | b30102687ef5c1ab28ebc1ef135357c7ae631a39 /converters/wkhtmltopdf | |
parent | 6ee4f3c0edb78d03dd3593708882d63a840d5fbd (diff) | |
download | freebsd-ports-e2eefe54727fdc19d777faed8f31182080be79c7.zip |
Convert all c categories to USE=pkgconfig
Diffstat (limited to 'converters/wkhtmltopdf')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index b0387e693542..032550f2c8f5 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -20,11 +20,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-qt INSTALL_WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} WKQTVERSION= 6053b687 +USES= pkgconfig USE_XORG= x11 xext xrender USE_PERL5_BUILD= yes USE_LDCONFIG= yes USE_GMAKE= yes -USE_PKGCONFIG= build HAS_CONFIGURE= yes MAKE_JOBS_SAFE= yes |