diff options
Diffstat (limited to 'deskutils/gnomepim')
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index ca6c0edaf2bf..2cb7f5baa7b5 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -27,7 +27,7 @@ USE_LIBTOOL= yes CPPFLAGS= -I${LOCALBASE}/include LIBS= -L${LOCALBASE}/lib -.if !defined(WITHOUT_PILOT) +.if defined(WITHOUT_PILOT) CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest .else CPPFLAGS+= -I${LOCALBASE}/pilot/include |