diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 638804d25223..3afc70124e57 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -1,25 +1,31 @@ # Created by: Maxim Sobolev # $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.79 2010/09/28 07:31:27 kwm Exp $ PORTNAME= libgnomecanvas PORTVERSION= 2.30.3 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Graphics library for GNOME -USES+= tar:bzip2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz -USES+= gettext gmake gnome libtool localbase pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pathfix pkgconfig tar:bzip2 +USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 intltool libartlgpl2 pango USE_LDCONFIG= yes -USE_GNOME= intltool libartlgpl2 gtk20 glib20 pango GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-glade \ --disable-gtk-doc INSTALL_TARGET= install-strip +post-install: + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/libglade/2.0 + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/libglade + .include