diff options
author | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-12 09:49:37 +0000 |
---|---|---|
committer | Alexander Logvinov <avl@FreeBSD.org> | 2009-10-12 09:49:37 +0000 |
commit | a60bfd868f585e8414117023343faf2f465863fa (patch) | |
tree | cc9062d5a8f7eda361ba2177027da5133437b0c9 /palm | |
parent | 555cca9d05c6d1cb17d55e4dc5e7076a352a1fe1 (diff) | |
download | ports-a60bfd868f585e8414117023343faf2f465863fa.tar.gz ports-a60bfd868f585e8414117023343faf2f465863fa.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-hal/Makefile | 4 |
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> |