summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-21 01:45:26 +0000
committersobomax <sobomax@FreeBSD.org>2002-01-21 01:45:26 +0000
commitfac127bb070af51e6c1f95d8a621bd10ec60c894 (patch)
treeda4c3895207fe722b5b8affe383fbd968bd20903
parentdb36f7af13b86a1c15ef6f5de6dc5919f9a1935d (diff)
downloadFreeBSD-ports-fac127bb070af51e6c1f95d8a621bd10ec60c894.zip
FreeBSD-ports-fac127bb070af51e6c1f95d8a621bd10ec60c894.tar.gz
Correct logic for optional pilot support.
Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
-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 1779cda..ba95250 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 1779cda..ba95250 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
OpenPOWER on IntegriCloud