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 /deskutils/gnome-pim | |
parent | 1a2335145626ba3687a9d990f36cec30a4ba0dbc (diff) | |
download | ports-7577c67e2147e7c1185a9ca814f9d4235e1f2886.tar.gz ports-7577c67e2147e7c1185a9ca814f9d4235e1f2886.zip |
Notes
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 6 |
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}" |