diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 14:01:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 14:01:51 +0000 |
commit | 226cdf364cade489e7ed294eabfc956c1d352cc6 (patch) | |
tree | e00d34c5a8f6dfacba930f8e955592c5d2386972 /deskutils/genius | |
parent | 0df00a9cadf8af11d428196dd838f248cb65497f (diff) | |
download | ports-226cdf364cade489e7ed294eabfc956c1d352cc6.tar.gz ports-226cdf364cade489e7ed294eabfc956c1d352cc6.zip |
Notes
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 1bf54c2e6e54..a06c94fe7a7f 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 06d668b34d12..18cc9bfcd333 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 bb978f35de65..000000000000 --- 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' |