summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-21 01:45:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-21 01:45:26 +0000
commit888d58cd87080ed618c6a27d3bbbd7cc1fb2a023 (patch)
tree410d41cedfd3d84f2c5942ef742d1b8ac797d4a5 /deskutils
parentupdate to 0.12.0. (diff)
Correct logic for optional pilot support.
Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=53424
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnome-pim/Makefile2
-rw-r--r--deskutils/gnomepim/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile
index 1779cdae2fe7..ba95250058ff 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(WITHOUT_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
diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile
index 1779cdae2fe7..ba95250058ff 100644
--- a/deskutils/gnomepim/Makefile
+++ b/deskutils/gnomepim/Makefile
@@ -15,7 +15,7 @@ DISTNAME= gnome-pim-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
-.if defined(WITHOUT_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