diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 14:34:47 +0800 |
commit | 95ea403f649d35f0c39296eb2099ac8f61130d59 (patch) | |
tree | b30102687ef5c1ab28ebc1ef135357c7ae631a39 /converters/pdf2djvu/Makefile | |
parent | 8b0c2acbd6e47f443b9e3d1ce8001fa4e579caef (diff) | |
download | freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.gz freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.tar.zst freebsd-ports-gnome-95ea403f649d35f0c39296eb2099ac8f61130d59.zip |
Convert all c categories to USE=pkgconfig
Diffstat (limited to 'converters/pdf2djvu/Makefile')
-rw-r--r-- | converters/pdf2djvu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |