diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-08-12 17:21:15 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-08-12 17:21:15 +0000 |
commit | 8ce37e38b187c30a132e0f506829cd2bad705205 (patch) | |
tree | edb6948ec14a3f6ac0712e60d2e7059bbf362f1a /x11 | |
parent | b1972a2fe0567b711167cd0ab21b1be6fe1b980e (diff) | |
download | ports-8ce37e38b187c30a132e0f506829cd2bad705205.tar.gz ports-8ce37e38b187c30a132e0f506829cd2bad705205.zip |
Notes
Diffstat (limited to 'x11')
-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 ----------------------------------------------------------- + |