1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Correct WITHOUT_PILOT test in one place.

This commit is contained in:
Maxim Sobolev 2001-12-19 11:15:05 +00:00
parent eaaacfa441
commit 260688534e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51824
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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