diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-24 10:31:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-24 10:31:11 +0000 |
commit | 406cb234b17fa2b982e5f6685af8438de83df252 (patch) | |
tree | 93298f7c1810c79b8be41c5b750d2f7e926c90f0 /palm/gnome-pilot-conduits | |
parent | 9e2465b3107d7a97b36255239c7bde1cb48b37b6 (diff) | |
download | ports-406cb234b17fa2b982e5f6685af8438de83df252.tar.gz ports-406cb234b17fa2b982e5f6685af8438de83df252.zip |
Notes
Diffstat (limited to 'palm/gnome-pilot-conduits')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 7 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/distinfo | 2 | ||||
-rw-r--r-- | palm/gnome-pilot-conduits/files/patch-configure | 13 |
3 files changed, 18 insertions, 4 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index b1a2e3341719..cf604bc06b3d 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -6,17 +6,18 @@ # PORTNAME= gnomepilot-conduits -PORTVERSION= 0.8 +PORTVERSION= 0.9 CATEGORIES= palm comms gnome -MASTER_SITES= http://www.eskil.org/gnome-pilot/download/tarballs/ \ - ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-pilot-conduits DISTNAME= gnome-pilot-conduits-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gpilotd.1:${PORTSDIR}/palm/gnomepilot +USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMECTRL= yes diff --git a/palm/gnome-pilot-conduits/distinfo b/palm/gnome-pilot-conduits/distinfo index ca5d2b2db1b9..af5bbe79df92 100644 --- a/palm/gnome-pilot-conduits/distinfo +++ b/palm/gnome-pilot-conduits/distinfo @@ -1 +1 @@ -MD5 (gnome-pilot-conduits-0.8.tar.gz) = ac8eb3c6dfc5bdb3706c3ae86baa5c12 +MD5 (gnome/gnome-pilot-conduits-0.9.tar.bz2) = 4f7d90ca9655896fb3d589fe1aa49e82 diff --git a/palm/gnome-pilot-conduits/files/patch-configure b/palm/gnome-pilot-conduits/files/patch-configure new file mode 100644 index 000000000000..34d1eef744f2 --- /dev/null +++ b/palm/gnome-pilot-conduits/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2002/05/24 10:24:53 1.1 ++++ configure 2002/05/24 10:25:21 +@@ -5316,6 +5316,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' |