diff options
-rw-r--r-- | x11/gnome-launch-box/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-launch-box/files/patch-configure.ac | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile index b97d9ef0a86e..5a458b5ea008 100644 --- a/x11/gnome-launch-box/Makefile +++ b/x11/gnome-launch-box/Makefile @@ -14,10 +14,9 @@ MASTER_SITE_SUBDIR= jylefort MAINTAINER= jylefort@FreeBSD.org COMMENT= An application launcher for the GNOME desktop -BROKEN= fails to install - USE_BZIP2= yes USE_X_PREFIX= yes +USE_GMAKE= yes USE_GNOME= libgnomeui evolutiondataserver gnomemenus gnomedesktop USE_AUTOTOOLS= autoconf:259 autoheader:259 automake:19 aclocal:19 libtool:15 diff --git a/x11/gnome-launch-box/files/patch-configure.ac b/x11/gnome-launch-box/files/patch-configure.ac new file mode 100644 index 000000000000..8ac699d5c9ab --- /dev/null +++ b/x11/gnome-launch-box/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig Sat Aug 12 19:17:07 2006 ++++ configure.ac Sat Aug 12 19:17:19 2006 +@@ -30,6 +30,7 @@ + ALL_LINGUAS="fr sv" + + AM_GLIB_GNU_GETTEXT ++AC_PROG_INTLTOOL + + dnl ----------------------------------------------------------- + |