diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 16:02:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 16:02:08 +0000 |
commit | 0afb6892b8499c676a7c6c1326b40be849196c35 (patch) | |
tree | ac9599535f9c4fdebaf20f479c01d6abc2463317 /palm/synce-librra/Makefile | |
parent | 3b070c29650666b160c4984b72ad3c5994c75a9c (diff) | |
download | ports-0afb6892b8499c676a7c6c1326b40be849196c35.tar.gz ports-0afb6892b8499c676a7c6c1326b40be849196c35.zip |
Notes
Diffstat (limited to 'palm/synce-librra/Makefile')
-rw-r--r-- | palm/synce-librra/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index e80078e7983c..dd6699d78eca 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -6,6 +6,7 @@ PORTNAME= librra PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= palm MASTER_SITES= SF/synce PKGNAMEPREFIX?= synce- @@ -25,7 +26,6 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool:15 USE_ICONV= yes USE_LDCONFIG= yes -USE_ICONV= yes USE_GNOME= gnomehack gnometarget CONFIGURE_ARGS+= --with-libsynce="${LOCALBASE}" \ --with-libmimedir="${LOCALBASE}" @@ -38,9 +38,10 @@ CONFIGURE_ARGS+= --enable-python-bindings --disable-minor-tools .else # Not building bindings MAN1= synce-matchmaker.1 -CONFIGURE_ARGS+= --disable-minor-tools -.if !defined(WITHOUT_TOOLS) +CONFIGURE_ARGS+= --disable-python-bindings +.if defined(WITHOUT_TOOLS) PLIST_SUB+= TOOLS="@comment " +CONFIGURE_ARGS+= --disable-minor-tools .else MAN1+= rra-appointment-from-vevent.1 \ rra-appointment-to-vevent.1 rra-contact-from-vcard.1 \ |