diff options
Diffstat (limited to 'multimedia/imagination/Makefile')
-rw-r--r-- | multimedia/imagination/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/imagination/Makefile b/multimedia/imagination/Makefile index b876bcfd2dfc..49d5aa5e0bc6 100644 --- a/multimedia/imagination/Makefile +++ b/multimedia/imagination/Makefile @@ -14,8 +14,10 @@ LIB_DEPENDS= libsox.so:${PORTSDIR}/audio/sox \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg GNU_CONFIGURE= yes -USES= gmake pkgconfig pathfix libtool -USE_GNOME= gtk20 intltool intlhack libxslt +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +USES= gmake pkgconfig libtool +USE_GNOME= gtk20 intltool libxslt INSTALLS_ICONS= yes INSTALL_TARGET= install-strip |