diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:36:40 +0000 |
commit | 3fee91136667f7b3cca62afbc9d9f01d03a2ec89 (patch) | |
tree | caf481fc0fb12e9f5b4f7e105ea42f01f77c286a /graphics/synfigstudio | |
parent | e6ffa1f425ea668e859fae97edfd25a239614331 (diff) |
Notes
Diffstat (limited to 'graphics/synfigstudio')
-rw-r--r-- | graphics/synfigstudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 21bc3e425a0d..7b3476982719 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -13,8 +13,8 @@ COMMENT= Vector-based 2D animation software package BROKEN= Fails to compile BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ETL.pc:${PORTSDIR}/devel/etl -LIB_DEPENDS= synfig.0:${PORTSDIR}/devel/synfig \ - gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libsynfig.so:${PORTSDIR}/devel/synfig \ + libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 USE_GNOME= gnomehack gtk20 USES= gettext gmake |