diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
commit | 18aa10a938ef61989db94abf265c30c4cdf69cdd (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /graphics/ufraw | |
parent | cc566d7c8a4cc8bcda1df473e74a31319b3d9314 (diff) | |
download | FreeBSD-ports-18aa10a938ef61989db94abf265c30c4cdf69cdd.zip FreeBSD-ports-18aa10a938ef61989db94abf265c30c4cdf69cdd.tar.gz |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics/ufraw')
-rw-r--r-- | graphics/ufraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index cfeda80..314a79e 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --enable-extras -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include |