aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnomepim
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-12-07 17:33:05 +0800
committersobomax <sobomax@FreeBSD.org>2001-12-07 17:33:05 +0800
commit6767a067c855e243d94e491e47d14e132929b036 (patch)
tree19014d91492cc57284718dcb1f006912235d990c /deskutils/gnomepim
parent94c26bec4b23955c0a12c0505ef38d02a974a6e6 (diff)
downloadfreebsd-ports-gnome-6767a067c855e243d94e491e47d14e132929b036.tar.gz
freebsd-ports-gnome-6767a067c855e243d94e491e47d14e132929b036.tar.zst
freebsd-ports-gnome-6767a067c855e243d94e491e47d14e132929b036.zip
Put in missing .else - this should make WITH_PILOT working.
PR: 32569 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'deskutils/gnomepim')
-rw-r--r--deskutils/gnomepim/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile
index b10c09069941..0ea2036099e1 100644
--- a/deskutils/gnomepim/Makefile
+++ b/deskutils/gnomepim/Makefile
@@ -29,6 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include
LIBS= -L${LOCALBASE}/lib
.if !defined(WITH_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
+.else
CPPFLAGS+= -I${LOCALBASE}/pilot/include
LIBS+= -L${LOCALBASE}/pilot/lib
.endif