summaryrefslogtreecommitdiffstats
path: root/deskutils/gnomepim
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-21 09:52:47 +0000
committersobomax <sobomax@FreeBSD.org>2002-01-21 09:52:47 +0000
commitf813aff648c38dd148fc570a912c936484fb490a (patch)
tree5dc7ca42348f700d9d9fe3e4ef4a570b3828eef6 /deskutils/gnomepim
parentd06bb80742e3131fa33685acbf028436ae64a139 (diff)
downloadFreeBSD-ports-f813aff648c38dd148fc570a912c936484fb490a.zip
FreeBSD-ports-f813aff648c38dd148fc570a912c936484fb490a.tar.gz
Fix compilation when WITHOUT_PILOT is defined.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'deskutils/gnomepim')
-rw-r--r--deskutils/gnomepim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile
index ba95250..d40e06f 100644
--- a/deskutils/gnomepim/Makefile
+++ b/deskutils/gnomepim/Makefile
@@ -28,9 +28,7 @@ USE_LIBTOOL= yes
CPPFLAGS= -I${LOCALBASE}/include
LIBS= -L${LOCALBASE}/lib
-.if defined(WITHOUT_PILOT)
-CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
-.else
+.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
OpenPOWER on IntegriCloud