diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /graphics/libexif | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'graphics/libexif')
-rw-r--r-- | graphics/libexif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 145e1c21f041..f5d6b163116d 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -3,7 +3,7 @@ PORTNAME= libexif PORTVERSION= 0.6.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -14,7 +14,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= DOCS NLS -USES= libtool gmake pathfix pkgconfig +USES= gmake libtool:keepla pathfix pkgconfig USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |