diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-04-04 20:36:47 +0000 |
commit | 3febe31ec588e7957ef6054194685debcc4aaf4c (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /graphics/rawstudio | |
parent | 1679adb20541fcf339789c36dbfb859dd734b955 (diff) | |
download | ports-3febe31ec588e7957ef6054194685debcc4aaf4c.tar.gz ports-3febe31ec588e7957ef6054194685debcc4aaf4c.zip |
Notes
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r-- | graphics/rawstudio/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 8c5e403d788c..f03e6d4d20fb 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -3,7 +3,7 @@ PORTNAME= rawstudio PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://rawstudio.org/files/release/ @@ -23,14 +23,15 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USES= desktop-file-utils gettext gmake pathfix pkgconfig +GNU_CONFIGURE= yes USE_GNOME= gtk20 libxml2 gconf2 USE_SQLITE= 3 USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + post-patch: @${REINPLACE_CMD} -e 's, libssl,,' ${WRKSRC}/configure |