diff options
Diffstat (limited to 'palm/synce-hal')
-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> |