aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-07-20 18:24:42 +0800
committerrm <rm@FreeBSD.org>2012-07-20 18:24:42 +0800
commit9fb0051da2cbe2a22e9b65859c301f9a4bddd1c1 (patch)
tree0342c1e4e258a530ec0f78774f80e753324fe1e4
parentae7526cfb014bb36e555379b59538a536c63fe7e (diff)
downloadfreebsd-ports-gnome-9fb0051da2cbe2a22e9b65859c301f9a4bddd1c1.tar.gz
freebsd-ports-gnome-9fb0051da2cbe2a22e9b65859c301f9a4bddd1c1.tar.zst
freebsd-ports-gnome-9fb0051da2cbe2a22e9b65859c301f9a4bddd1c1.zip
- fix build if lang/vala is installed (the port needs vala >= 0.14.0)
- not bumping PORTREVISION because it was broken in this case anyway PR: 169990 Submitted by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer)
-rw-r--r--japanese/libskk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/libskk/Makefile b/japanese/libskk/Makefile
index d416b0917961..ea5444f8a7f4 100644
--- a/japanese/libskk/Makefile
+++ b/japanese/libskk/Makefile
@@ -38,6 +38,10 @@ CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+post-patch:
+ # Disabling Vala version check
+ ${REINPLACE_CMD} -e 's/as_fn_error.*Vala.*not found.*;;/;;/' ${WRKSRC}/configure
+
post-install:
cd ${WRKSRC}/docs && ${GMAKE} install-man