diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-01 23:01:47 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-01 23:01:47 +0800 |
commit | ab029d9377819d956ebede9150908fe564756e30 (patch) | |
tree | 63ea4234d974e2ca16dc5203d51429b5d800bde9 /mail/claws-mail-vcalendar | |
parent | 48fcb3487deaba79e90fcb9e477954b67268795d (diff) | |
download | freebsd-ports-gnome-ab029d9377819d956ebede9150908fe564756e30.tar.gz freebsd-ports-gnome-ab029d9377819d956ebede9150908fe564756e30.tar.zst freebsd-ports-gnome-ab029d9377819d956ebede9150908fe564756e30.zip |
- Fix build (change required autoconf from 2.60 to 2.59).
- Remove old, unused autoheader stuff.
PR: ports/103864
Submitted by: "Pawel Pekala" <c0rn@o2.pl> (maintainer)
Diffstat (limited to 'mail/claws-mail-vcalendar')
-rw-r--r-- | mail/claws-mail-vcalendar/Makefile | 4 | ||||
-rw-r--r-- | mail/claws-mail-vcalendar/files/patch-configure.ac | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile index 5e113ca13651..ad870e1cad61 100644 --- a/mail/claws-mail-vcalendar/Makefile +++ b/mail/claws-mail-vcalendar/Makefile @@ -7,6 +7,7 @@ PORTNAME= vcalendar PORTVERSION= 1.89.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ \ ${MASTER_SITE_LOCAL} @@ -29,7 +30,4 @@ USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} -pre-configure: - @cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && ${AUTOHEADER} - .include <bsd.port.mk> diff --git a/mail/claws-mail-vcalendar/files/patch-configure.ac b/mail/claws-mail-vcalendar/files/patch-configure.ac new file mode 100644 index 000000000000..da0d0995037b --- /dev/null +++ b/mail/claws-mail-vcalendar/files/patch-configure.ac @@ -0,0 +1,8 @@ +--- configure.ac.orig Sun Oct 1 11:28:13 2006 ++++ configure.ac Sun Oct 1 11:28:27 2006 +@@ -1,4 +1,4 @@ +-AC_PREREQ(2.60) ++AC_PREREQ(2.59) + AC_INIT(src/plugin.c) + AC_CONFIG_AUX_DIR(config) + AM_MAINTAINER_MODE |