diff options
author | miwi <miwi@FreeBSD.org> | 2008-09-08 00:02:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-09-08 00:02:08 +0800 |
commit | 817422386b517a8e7130961f45b3890bfdbedffe (patch) | |
tree | a01a9703f89c2a0382624c17cdd82b5569f1b87d /palm | |
parent | bab98d414f0c7c567a17d850139a216d55b2f422 (diff) | |
download | freebsd-ports-graphics-817422386b517a8e7130961f45b3890bfdbedffe.tar.gz freebsd-ports-graphics-817422386b517a8e7130961f45b3890bfdbedffe.tar.zst freebsd-ports-graphics-817422386b517a8e7130961f45b3890bfdbedffe.zip |
- Fixes issues with incorrectly handled
options and disables building Python bindings.
Submitted by: maintainer via private mail
Diffstat (limited to 'palm')
-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 e80078e7983..dd6699d78ec 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 \ |