diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-12-03 18:43:57 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-12-03 18:43:57 +0000 |
commit | d1ee0101ec7da2f882c7cb185722d74ccda9191e (patch) | |
tree | 35661acb5cf07614bc7f968117272655cf1034ff /mail/claws-mail-vcalendar | |
parent | 7105ff30b1a45440978265ef9f66aa646ef16268 (diff) |
Notes
Diffstat (limited to 'mail/claws-mail-vcalendar')
-rw-r--r-- | mail/claws-mail-vcalendar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile index ad870e1cad61..63a09101ada3 100644 --- a/mail/claws-mail-vcalendar/Makefile +++ b/mail/claws-mail-vcalendar/Makefile @@ -7,7 +7,7 @@ PORTNAME= vcalendar PORTVERSION= 1.89.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ \ ${MASTER_SITE_LOCAL} @@ -24,7 +24,7 @@ RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws USE_GMAKE= yes USE_GETTEXT= yes USE_ICONV= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_AUTOTOOLS= autoconf:259 CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ |