View | Details | Raw Unified | Return to bug 103864
Collapse All | Expand All

(-)sylpheed-claws-vcalendar/Makefile (-3 / +1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	vcalendar
8
PORTNAME=	vcalendar
9
PORTVERSION=	1.89.1
9
PORTVERSION=	1.89.1
10
PORTREVISION=	1
10
CATEGORIES=	mail
11
CATEGORIES=	mail
11
MASTER_SITES=	http://sylpheed-claws.net/downloads/plugins/ \
12
MASTER_SITES=	http://sylpheed-claws.net/downloads/plugins/ \
12
		${MASTER_SITE_LOCAL}
13
		${MASTER_SITE_LOCAL}
Lines 28-35 Link Here
28
29
29
CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
30
CONFIGURE_ARGS=	--with-libiconv-prefix=${LOCALBASE} \
30
	--with-libintl-prefix=${LOCALBASE}
31
	--with-libintl-prefix=${LOCALBASE}
31
32
pre-configure:
33
	@cd ${WRKDIR}/${PORTNAME}-${PORTVERSION} && ${AUTOHEADER}
34
32
35
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)sylpheed-claws-vcalendar/files/patch-configure.ac (+8 lines)
Line 0 Link Here
1
--- configure.ac.orig	Sun Oct  1 11:28:13 2006
2
+++ configure.ac	Sun Oct  1 11:28:27 2006
3
@@ -1,4 +1,4 @@
4
-AC_PREREQ(2.60)
5
+AC_PREREQ(2.59)
6
 AC_INIT(src/plugin.c)
7
 AC_CONFIG_AUX_DIR(config)
8
 AM_MAINTAINER_MODE

Return to bug 103864