Ensure we don't pick up gtk-encode-symbolic-svg from gtk30.

Also remove empty dirs from the stagedir so check-plist is happy.
This commit is contained in:
Koop Mast 2014-11-28 11:57:42 +00:00
parent da777518f2
commit 10afbd20f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373561

View file

@ -15,5 +15,9 @@ INSTALLS_ICONS= yes
USES= gmake pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intltool
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GTK_ENCODE_SYMBOLIC_SVG="false"
post-install:
@${RM} -rf ${STAGEDIR}${PREFIX}/share/locale
.include <bsd.port.mk>