summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2009-10-12 09:44:54 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2009-10-12 09:44:54 +0000
commit555cca9d05c6d1cb17d55e4dc5e7076a352a1fe1 (patch)
tree9b1fb3c3f03fa7937c79aedebf57c030d1ec98fe /palm
parent- Update to 0.14 (diff)
- Fix .if condition
Notes
Notes: svn path=/head/; revision=242713
Diffstat (limited to 'palm')
-rw-r--r--palm/synce-hal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/synce-hal/Makefile b/palm/synce-hal/Makefile
index f919733a83c5..834a96413fe1 100644
--- a/palm/synce-hal/Makefile
+++ b/palm/synce-hal/Makefile
@@ -27,7 +27,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \
--disable-bluetooth-support
-if ${OSVERSION} >= 800074
+.if ${OSVERSION} >= 800074
IGNORE= requires pppd
.endif