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 | |
parent | 6ee4f3c0edb78d03dd3593708882d63a840d5fbd (diff) | |
download | ports-e2eefe54727fdc19d777faed8f31182080be79c7.tar.gz ports-e2eefe54727fdc19d777faed8f31182080be79c7.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/gbase/Makefile | 8 | ||||
-rw-r--r-- | converters/libticonv/Makefile | 3 | ||||
-rw-r--r-- | converters/pdf2djvu/Makefile | 2 | ||||
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 2 |
4 files changed, 5 insertions, 10 deletions
diff --git a/converters/gbase/Makefile b/converters/gbase/Makefile index 91762c9615f1..eed5a7b6549f 100644 --- a/converters/gbase/Makefile +++ b/converters/gbase/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbase -# Date created: Fri Sep 7 22:08:24 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= gbase PORTVERSION= 0.5 @@ -19,7 +15,7 @@ LICENSE= ART10 OPTIONS_DEFINE= GTK2 PLIST_FILES= bin/${PORTNAME} -USE_PKGCONFIG= yes +USES= pkgconfig .include <bsd.port.options.mk> diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile index b72574161bec..d9ec3cd3ebfe 100644 --- a/converters/libticonv/Makefile +++ b/converters/libticonv/Makefile @@ -15,7 +15,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USE_PKGCONFIG= build -USES= pathfix +USES= pathfix pkgconfig .include <bsd.port.mk> diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile index c0bd065c8f5a..dc9c6b89ef93 100644 --- a/converters/pdf2djvu/Makefile +++ b/converters/pdf2djvu/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=-pthread CPPFLAGS+= -I${LOCALBASE}/include +USES= pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= yes BROKEN= does not build 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 |