diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 21:56:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-02 21:56:30 +0000 |
commit | ebefa6c8c16de2d9b99dca38384d0abce5d4fdcc (patch) | |
tree | 758b5a9139c744cbc118e1f5db6eddece0da3d53 /graphics/rawstudio/Makefile | |
parent | 301eafe0f72fcc9582ab354d358831639d5a8a8d (diff) | |
download | ports-ebefa6c8c16de2d9b99dca38384d0abce5d4fdcc.tar.gz ports-ebefa6c8c16de2d9b99dca38384d0abce5d4fdcc.zip |
Notes
Diffstat (limited to 'graphics/rawstudio/Makefile')
-rw-r--r-- | graphics/rawstudio/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 327790352e3a..438ef75abe6b 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ @@ -23,7 +23,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -USES= desktop-file-utils gettext gmake pathfix pkgconfig +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 libxml2 gconf2 USE_SQLITE= 3 @@ -31,6 +31,7 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= `pkg-config --libs gthread-2.0` post-patch: @${REINPLACE_CMD} -e 's, libssl,,' ${WRKSRC}/configure |