diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-21 09:45:26 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-21 09:45:26 +0800 |
commit | fac127bb070af51e6c1f95d8a621bd10ec60c894 (patch) | |
tree | da4c3895207fe722b5b8affe383fbd968bd20903 /deskutils/gnomepim/Makefile | |
parent | db36f7af13b86a1c15ef6f5de6dc5919f9a1935d (diff) | |
download | freebsd-ports-gnome-fac127bb070af51e6c1f95d8a621bd10ec60c894.tar.gz freebsd-ports-gnome-fac127bb070af51e6c1f95d8a621bd10ec60c894.tar.zst freebsd-ports-gnome-fac127bb070af51e6c1f95d8a621bd10ec60c894.zip |
Correct logic for optional pilot support.
Submitted by: Anders Andersson <anders@hack.org>
Joe Clarke <marcus@marcuscom.com>
Diffstat (limited to 'deskutils/gnomepim/Makefile')
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |