diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 19:15:05 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 19:15:05 +0800 |
commit | ca70d62ddba66290ea8416cf6da9b69b5ce91560 (patch) | |
tree | 09cd592dfd15fbb71be240bd6e5ecff44510b219 /deskutils | |
parent | 59a421382e9fdde4b6128fede6abd8d961d363b0 (diff) | |
download | freebsd-ports-gnome-ca70d62ddba66290ea8416cf6da9b69b5ce91560.tar.gz freebsd-ports-gnome-ca70d62ddba66290ea8416cf6da9b69b5ce91560.tar.zst freebsd-ports-gnome-ca70d62ddba66290ea8416cf6da9b69b5ce91560.zip |
Correct WITHOUT_PILOT test in one place.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index ca6c0edaf2bf..2cb7f5baa7b5 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -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 diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index ca6c0edaf2bf..2cb7f5baa7b5 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/Makefile @@ -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 |