diff options
author | krion <krion@FreeBSD.org> | 2004-01-23 14:01:51 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-23 14:01:51 +0000 |
commit | d5d356ec8243c7d0846b4eda083320ed6523ee52 (patch) | |
tree | 8416bb8c4c4724b6085f61aa96d97be0dda2c872 /deskutils/genius | |
parent | 7301e5d3350572f136970e71b4aa2c610e1b51ec (diff) | |
download | FreeBSD-ports-d5d356ec8243c7d0846b4eda083320ed6523ee52.zip FreeBSD-ports-d5d356ec8243c7d0846b4eda083320ed6523ee52.tar.gz |
- Update to version 0.5.7.1
PR: ports/61777
Submitted by: Ports Fury
Diffstat (limited to 'deskutils/genius')
-rw-r--r-- | deskutils/genius/Makefile | 7 | ||||
-rw-r--r-- | deskutils/genius/distinfo | 2 | ||||
-rw-r--r-- | deskutils/genius/files/patch-configure | 10 |
3 files changed, 5 insertions, 14 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index 1bf54c2..a06c94f 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -6,7 +6,7 @@ # PORTNAME= genius -PORTVERSION= 0.5.7 +PORTVERSION= 0.5.7.1 CATEGORIES= deskutils gnome MASTER_SITES= http://ftp.5z.com/pub/genius/ @@ -17,7 +17,8 @@ LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 USE_PERL5_BUILD= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview libgnomeui vte +USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview libgnomeui \ + lthack vte USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -25,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500018 -BROKEN= "Requires readline 4.2 or newer" +IGNORE= "Requires readline 4.2 or newer" .endif .include <bsd.port.post.mk> diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo index 06d668b..18cc9bf 100644 --- a/deskutils/genius/distinfo +++ b/deskutils/genius/distinfo @@ -1 +1 @@ -MD5 (genius-0.5.7.tar.gz) = 99b9ddd926eeb921e5dafa10be71d351 +MD5 (genius-0.5.7.1.tar.gz) = 7cf56c233f07299a6dfb591682e4642c diff --git a/deskutils/genius/files/patch-configure b/deskutils/genius/files/patch-configure deleted file mode 100644 index bb978f3..0000000 --- a/deskutils/genius/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Oct 17 02:09:41 2003 -+++ configure Fri Oct 17 11:52:59 2003 -@@ -18425,6 +18425,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |