diff options
author | pav <pav@FreeBSD.org> | 2004-05-29 19:48:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-29 19:48:19 +0800 |
commit | 15ee783fb0c4f170bae4b5b746d1633d823210f9 (patch) | |
tree | f25d55520a8935806ed86330a8420a117b1de038 /science | |
parent | cd8e04724fed1452f942690f0138fa0892c37453 (diff) | |
download | freebsd-ports-gnome-15ee783fb0c4f170bae4b5b746d1633d823210f9.tar.gz freebsd-ports-gnome-15ee783fb0c4f170bae4b5b746d1633d823210f9.tar.zst freebsd-ports-gnome-15ee783fb0c4f170bae4b5b746d1633d823210f9.zip |
- Update to 0.4.4
Diffstat (limited to 'science')
-rw-r--r-- | science/gchempaint/Makefile | 4 | ||||
-rw-r--r-- | science/gchempaint/distinfo | 4 | ||||
-rw-r--r-- | science/gchempaint/files/patch-configure | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index 824806cbc24f..ef981a1c9753 100644 --- a/science/gchempaint/Makefile +++ b/science/gchempaint/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= gchempaint -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.4 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ LIB_DEPENDS= gcu.2:${PORTSDIR}/science/gchemutils USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeprintui libgnomeui lthack USE_GMAKE= yes USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" diff --git a/science/gchempaint/distinfo b/science/gchempaint/distinfo index 81c60905804e..ef5a5d7463d1 100644 --- a/science/gchempaint/distinfo +++ b/science/gchempaint/distinfo @@ -1,2 +1,2 @@ -MD5 (gchempaint-0.4.3.tar.bz2) = 1aad2046008652db783ba0441b44cd00 -SIZE (gchempaint-0.4.3.tar.bz2) = 619303 +MD5 (gchempaint-0.4.4.tar.bz2) = 1d877cff475eda565e8db4a67f4f7c02 +SIZE (gchempaint-0.4.4.tar.bz2) = 619320 diff --git a/science/gchempaint/files/patch-configure b/science/gchempaint/files/patch-configure deleted file mode 100644 index f195f07b43c6..000000000000 --- a/science/gchempaint/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,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' |