diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:18:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:18:08 +0800 |
commit | 0cedc1e3de45fcf0f529b97ec1c41a4dc3fb7320 (patch) | |
tree | cfb3f3d3c682a3aed5aea12ed6d0b9ade2fcd40e /graphics/libexif | |
parent | 1ee440377ca641405eef1d6f40febf14f80345d1 (diff) | |
download | freebsd-ports-gnome-0cedc1e3de45fcf0f529b97ec1c41a4dc3fb7320.tar.gz freebsd-ports-gnome-0cedc1e3de45fcf0f529b97ec1c41a4dc3fb7320.tar.zst freebsd-ports-gnome-0cedc1e3de45fcf0f529b97ec1c41a4dc3fb7320.zip |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
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 |