diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-09 18:33:46 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2011-09-09 18:33:46 +0000 |
commit | d11decb10907a543419b49d843cd9d58b2805a7f (patch) | |
tree | 29fecf9fb3551375c42d472ec072d046f8c9169f /graphics | |
parent | 6757d8fc615baf428e33e7d93ad0ad22b7500e9d (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rawtherapee/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 5e3d712accd6..27b45ba42a37 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ USE_CMAKE= yes USE_BZIP2= yes +USE_GCC= 4.4+ USE_GNOME= gtk20 glib20 pkgconfig USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS} |