diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:15:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-19 11:15:05 +0000 |
commit | 260688534ea9c0956b79128990e66845551f6567 (patch) | |
tree | c719a00621756cfab28bdcc2c9ecce7bfe074bff /deskutils | |
parent | Enable SSL support. Bump PORTREVISION. (diff) |
Correct WITHOUT_PILOT test in one place.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index ca6c0edaf2bf..2cb7f5baa7b5 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/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 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 |