diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-13 06:20:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-13 06:20:02 +0800 |
commit | 68335102985f660671ea67e7ff8d0870fa85b4d3 (patch) | |
tree | c5111c52865556852db6f34cc1e20f711e69fa13 /x11-themes | |
parent | 63de3dfdc49330aa9bd26a290554575ac6c30e3e (diff) | |
download | freebsd-ports-gnome-68335102985f660671ea67e7ff8d0870fa85b4d3.tar.gz freebsd-ports-gnome-68335102985f660671ea67e7ff8d0870fa85b4d3.tar.zst freebsd-ports-gnome-68335102985f660671ea67e7ff8d0870fa85b4d3.zip |
Mark BROKEN with the latest intltool.
Reported by: pointyhat via pav
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/nimbus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/nimbus/Makefile b/x11-themes/nimbus/Makefile index 1a831d2d613b..bc45f37372a8 100644 --- a/x11-themes/nimbus/Makefile +++ b/x11-themes/nimbus/Makefile @@ -25,6 +25,8 @@ USE_GNOME= intltool INTLTOOLIZE?= ${LOCALBASE}/bin/intltoolize CONFIGURE_ARGS= --localedir=${PREFIX}/share/locale +BROKEN= needs an update to work with latest intltool + post-patch: @${REINPLACE_CMD} -e 's|$${libdir}/locale|$${datadir}/locale|' \ ${WRKSRC}/aclocal.m4 |