diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-01 02:46:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-01 02:46:58 +0800 |
commit | 7bc69f4257fcf64f79f3dfb5a78c320643be3865 (patch) | |
tree | b4bc39dc8e6e642cb744fae969c717fb5164d5e6 /palm | |
parent | bc530e77c66ef8cfa5bdbf84aaa6e1a758d828b4 (diff) | |
download | freebsd-ports-gnome-7bc69f4257fcf64f79f3dfb5a78c320643be3865.tar.gz freebsd-ports-gnome-7bc69f4257fcf64f79f3dfb5a78c320643be3865.tar.zst freebsd-ports-gnome-7bc69f4257fcf64f79f3dfb5a78c320643be3865.zip |
Deprecate and set expiration date for some ports ignored on all supported versions
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-hal/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/palm/synce-hal/Makefile b/palm/synce-hal/Makefile index 24a4c78c25ce..6c558c06ed83 100644 --- a/palm/synce-hal/Makefile +++ b/palm/synce-hal/Makefile @@ -25,10 +25,8 @@ CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \ --disable-bluetooth-support NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800074 IGNORE= requires pppd -.endif +DEPRECATED= Requires pppd +EXPIRATION_DATE= 2014-03-14 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |