diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 13:18:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-04 13:18:08 +0000 |
commit | 2317deb85ea9d1fa9d135f91a73bb4a3a0a06704 (patch) | |
tree | cfb3f3d3c682a3aed5aea12ed6d0b9ade2fcd40e /graphics/libexif | |
parent | 74e0998c642aa2a8b9cc0e4ec3d2d80531237000 (diff) | |
download | ports-2317deb85ea9d1fa9d135f91a73bb4a3a0a06704.tar.gz ports-2317deb85ea9d1fa9d135f91a73bb4a3a0a06704.zip |
Notes
Diffstat (limited to 'graphics/libexif')
-rw-r--r-- | graphics/libexif/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index f5d6b163116d..189025d348f4 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -14,8 +14,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= DOCS NLS -USES= gmake libtool:keepla pathfix pkgconfig -USE_BZIP2= yes +USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes |