diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-17 04:15:23 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-01-17 04:15:23 +0000 |
commit | 7535020871412ebca856c0bde243555b7a48b647 (patch) | |
tree | 31d116cab018d734b2cc634657dac8915051b37f /databases/libgnomedb | |
parent | 02e41fe9e864a4ab39e47f21bfdf59f328fdd4e2 (diff) |
Notes
Diffstat (limited to 'databases/libgnomedb')
-rw-r--r-- | databases/libgnomedb/Makefile | 5 | ||||
-rw-r--r-- | databases/libgnomedb/distinfo | 2 | ||||
-rw-r--r-- | databases/libgnomedb/files/patch-configure | 10 |
3 files changed, 4 insertions, 13 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 5aca47bc76b2..4ac48e179f98 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgnomedb -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/libgnomedb/1.0 @@ -18,7 +18,8 @@ COMMENT= Library components for the GNOME database frontend USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui libgda2 gtksourceview +USE_GNOME= gnomeprefix gnomehack libgnomeui libgda2 gtksourceview \ + intlhack lthack USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/databases/libgnomedb/distinfo b/databases/libgnomedb/distinfo index 0e28b21fe47e..1ff2c4f85a6e 100644 --- a/databases/libgnomedb/distinfo +++ b/databases/libgnomedb/distinfo @@ -1 +1 @@ -MD5 (gnome2/libgnomedb-1.0.2.tar.bz2) = 83d4a3c18e3efebde6e748f0c590b898 +MD5 (gnome2/libgnomedb-1.0.3.tar.bz2) = a0dda8fab812e201f58a6fbd085f805b diff --git a/databases/libgnomedb/files/patch-configure b/databases/libgnomedb/files/patch-configure deleted file mode 100644 index 95a17c45b6d8..000000000000 --- a/databases/libgnomedb/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Fri Jun 13 07:07:05 2003 -+++ configure Sun Jun 15 17:15:17 2003 -@@ -8612,6 +8612,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' |