mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Correct logic for optional pilot support.
Submitted by: Anders Andersson <anders@hack.org> Joe Clarke <marcus@marcuscom.com>
This commit is contained in:
parent
71c14ab2a4
commit
888d58cd87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53424
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user