summaryrefslogtreecommitdiff
path: root/deskutils/gnome-pim
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-17 11:28:00 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-17 11:28:00 +0000
commit148b1b7e7fd63e6ae12793ff08c0ec94d03f9072 (patch)
tree197be1d976c27bcf3408feca3291bdaa064f40d1 /deskutils/gnome-pim
parent- Fix a missing $ condition in the default Received:-header (diff)
Make Pilot support "on" by default, so that package build on bento will
contain all possible features.
Notes
Notes: svn path=/head/; revision=51656
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r--deskutils/gnome-pim/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile
index 0ea2036099e1..ca6c0edaf2bf 100644
--- a/deskutils/gnome-pim/Makefile
+++ b/deskutils/gnome-pim/Makefile
@@ -15,7 +15,7 @@ DISTNAME= gnome-pim-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
-.if defined(WITH_PILOT)
+.if defined(WITHOUT_PILOT)
BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
.endif
@@ -27,7 +27,7 @@ USE_LIBTOOL= yes
CPPFLAGS= -I${LOCALBASE}/include
LIBS= -L${LOCALBASE}/lib
-.if !defined(WITH_PILOT)
+.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
CPPFLAGS+= -I${LOCALBASE}/pilot/include
@@ -38,11 +38,11 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
pre-extract:
@${ECHO_MSG}
-.if defined(WITH_PILOT)
- @${ECHO_MSG} "Palm Pilot support enabled. You will be able to syncronize"
+.if defined(WITHOUT_PILOT)
+ @${ECHO_MSG} "Palm Pilot support disabled. You will not be able to syncronize"
@${ECHO_MSG} "your palm with gnomecard and gnomecal."
.else
- @${ECHO_MSG} "You can enable Palm Pilot support by defining WITH_PILOT"
+ @${ECHO_MSG} "You can disable Palm Pilot support by defining WITHOUT_PILOT."
.endif
@${ECHO_MSG}