diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-08 10:20:07 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-08 10:20:07 +0000 |
commit | 7577c67e2147e7c1185a9ca814f9d4235e1f2886 (patch) | |
tree | 551964f731ef6ad6ef16c2cc035b9d2640c405a3 | |
parent | 1a2335145626ba3687a9d990f36cec30a4ba0dbc (diff) |
Notes
-rw-r--r-- | deskutils/gnome-pim/Makefile | 6 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 6 |
2 files changed, 6 insertions, 6 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}" diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index 386e1713288a..1779cdae2fe7 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/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}" |