summaryrefslogtreecommitdiff
path: root/deskutils/gnome-pim
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-01-08 10:20:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-01-08 10:20:07 +0000
commit7577c67e2147e7c1185a9ca814f9d4235e1f2886 (patch)
tree551964f731ef6ad6ef16c2cc035b9d2640c405a3 /deskutils/gnome-pim
parentUpdate to 2.0.3 (diff)
Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.
PR: ports/33651 Submitted by: Ollivier Robert <roberto@eurocontrol.fr>
Notes
Notes: svn path=/head/; revision=52755
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r--deskutils/gnome-pim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile
index 386e1713288a..1779cdae2fe7 100644
--- a/deskutils/gnome-pim/Makefile
+++ b/deskutils/gnome-pim/Makefile
@@ -31,9 +31,9 @@ LIBS= -L${LOCALBASE}/lib
.if defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
.else
-CONFIGURE_ARGS= --with-pisock=${LOCALBASE}/pilot
-CPPFLAGS+= -I${LOCALBASE}/pilot/include
-LIBS+= -L${LOCALBASE}/pilot/lib
+CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
+CPPFLAGS+= -I${LOCALBASE}/include
+LIBS+= -L${LOCALBASE}/lib
.endif
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LIBS="${LIBS}"