diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-07 09:33:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-07 09:33:05 +0000 |
commit | f23bb676f642661c6ffeb1f140db96e59d7befb6 (patch) | |
tree | 74a3caf583d775454c16e2716e5d2bf90364dc5d /deskutils | |
parent | Add p5-Data-TemporaryBag 0.04, a perl Bag class that handles long-sized data (diff) |
Put in missing .else - this should make WITH_PILOT working.
PR: 32569
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes:
svn path=/head/; revision=51172
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index b10c09069941..0ea2036099e1 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -29,6 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include LIBS= -L${LOCALBASE}/lib .if !defined(WITH_PILOT) CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest +.else CPPFLAGS+= -I${LOCALBASE}/pilot/include LIBS+= -L${LOCALBASE}/pilot/lib .endif diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index b10c09069941..0ea2036099e1 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -29,6 +29,7 @@ CPPFLAGS= -I${LOCALBASE}/include LIBS= -L${LOCALBASE}/lib .if !defined(WITH_PILOT) CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest +.else CPPFLAGS+= -I${LOCALBASE}/pilot/include LIBS+= -L${LOCALBASE}/pilot/lib .endif |