diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
commit | c41a62214ee4509ba461b71c127934706416d12b (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /graphics/ufraw | |
parent | 7a3518623a9c92a1499e2e5ffde551f46ccfba96 (diff) |
Notes
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 cfeda80907e4..314a79ee216f 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 |