diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/libopenraw | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) |
Notes
Diffstat (limited to 'graphics/libopenraw')
-rw-r--r-- | graphics/libopenraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 1a5472c1d8da..5d4d2e6e05fe 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -14,9 +14,9 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ jpeg.11:${PORTSDIR}/graphics/jpeg MAKE_JOBS_SAFE= yes +USES= pkgconfig USE_GNOME= libxml2 USE_LDCONFIG= yes -USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |