summaryrefslogtreecommitdiff
path: root/deskutils/gnome-pim
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-21 09:52:47 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-21 09:52:47 +0000
commitde77e20e60c6b3954486ae63df719a01e72870fe (patch)
tree90ad4c30f67a27e238acfd9b7473b42fc76763d7 /deskutils/gnome-pim
parentFix use of PREFIX (diff)
Fix compilation when WITHOUT_PILOT is defined.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=53440
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r--deskutils/gnome-pim/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile
index ba95250058ff..d40e06f453cd 100644
--- a/deskutils/gnome-pim/Makefile
+++ b/deskutils/gnome-pim/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