diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-08 10:20:07 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-08 10:20:07 +0000 |
commit | 11c1d2ab0982da077813d7cb7d914b3143ac8c35 (patch) | |
tree | 79fdc379b812277a31b7f5bb91a6f87863093bd6 /deskutils/gnomepim | |
parent | de4578231b79f2e7229bda5b3bc628e98d79151b (diff) | |
download | FreeBSD-ports-11c1d2ab0982da077813d7cb7d914b3143ac8c35.zip FreeBSD-ports-11c1d2ab0982da077813d7cb7d914b3143ac8c35.tar.gz |
Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.
PR: ports/33651
Submitted by: Ollivier Robert <roberto@eurocontrol.fr>
Diffstat (limited to 'deskutils/gnomepim')
-rw-r--r-- | deskutils/gnomepim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index 386e171..1779cda 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}" |