diff options
author | avl <avl@FreeBSD.org> | 2009-10-12 17:49:37 +0800 |
---|---|---|
committer | avl <avl@FreeBSD.org> | 2009-10-12 17:49:37 +0800 |
commit | 5f05cfac92662ebd432c2d428ae1a072852ec06c (patch) | |
tree | bde83f0b36c76eed6bf1b1be674b2e6d1e765ff3 /palm | |
parent | 3dcb3d539aaf1af0c488e0b30b6cc40ec0f4eec4 (diff) | |
download | freebsd-ports-gnome-5f05cfac92662ebd432c2d428ae1a072852ec06c.tar.gz freebsd-ports-gnome-5f05cfac92662ebd432c2d428ae1a072852ec06c.tar.zst freebsd-ports-gnome-5f05cfac92662ebd432c2d428ae1a072852ec06c.zip |
- Forgot to include bsd.port.pre.mk and bsd.port.post.mk.
Reported by: QAT
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> |