summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/libgnomecanvas/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index 638804d25223..3afc70124e57 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgnomecanvas
PORTVERSION= 2.30.3
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -11,15 +11,21 @@ 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 <bsd.port.mk>