diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 01:45:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-21 01:45:26 +0000 |
commit | 888d58cd87080ed618c6a27d3bbbd7cc1fb2a023 (patch) | |
tree | 410d41cedfd3d84f2c5942ef742d1b8ac797d4a5 /deskutils | |
parent | 71c14ab2a4fa4c91a4d3153244c59a4b61e09282 (diff) | |
download | ports-888d58cd87080ed618c6a27d3bbbd7cc1fb2a023.tar.gz ports-888d58cd87080ed618c6a27d3bbbd7cc1fb2a023.zip |
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/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
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 |