summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorAlexander Logvinov <avl@FreeBSD.org>2009-10-12 09:49:37 +0000
committerAlexander Logvinov <avl@FreeBSD.org>2009-10-12 09:49:37 +0000
commita60bfd868f585e8414117023343faf2f465863fa (patch)
treecc9062d5a8f7eda361ba2177027da5133437b0c9 /palm
parent- Fix .if condition (diff)
- Forgot to include bsd.port.pre.mk and bsd.port.post.mk.
Reported by: QAT
Notes
Notes: svn path=/head/; revision=242714
Diffstat (limited to 'palm')
-rw-r--r--palm/synce-hal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/palm/synce-hal/Makefile b/palm/synce-hal/Makefile
index 834a96413fe1..563dbcc68eb0 100644
--- a/palm/synce-hal/Makefile
+++ b/palm/synce-hal/Makefile
@@ -27,8 +27,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \
--disable-bluetooth-support
+.include <bsd.port.pre.mk>
+
.if ${OSVERSION} >= 800074
IGNORE= requires pppd
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>