diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
commit | 86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /graphics/rawtherapee/Makefile | |
parent | de0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff) | |
download | ports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.tar.gz ports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.zip |
Notes
Diffstat (limited to 'graphics/rawtherapee/Makefile')
-rw-r--r-- | graphics/rawtherapee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 0dc1249a5e7f..2ee8ee37a67d 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -16,6 +16,7 @@ COMMENT= A powerful RAW image processing application LICENSE= GPLv3 +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ iptcdata.3:${PORTSDIR}/graphics/libiptcdata \ jpeg.11:${PORTSDIR}/graphics/jpeg \ @@ -27,7 +28,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ USE_CMAKE= yes MAKE_JOBS_SAFE= yes USE_XZ= yes -USE_GNOME= gtk20 glib20 pkgconfig +USE_GNOME= gtk20 glib20 USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} CXXFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} |