summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-07 16:02:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-07 16:02:08 +0000
commit0afb6892b8499c676a7c6c1326b40be849196c35 (patch)
treeac9599535f9c4fdebaf20f479c01d6abc2463317 /palm
parent- Mark BROKEN on amd64 (diff)
- Fixes issues with incorrectly handled
options and disables building Python bindings. Submitted by: maintainer via private mail
Notes
Notes: svn path=/head/; revision=220140
Diffstat (limited to 'palm')
-rw-r--r--palm/synce-librra/Makefile7
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 \