diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-11 17:21:31 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-11 17:21:31 +0800 |
commit | cf2f52132edeb61f915cf293a99502dc9c882abb (patch) | |
tree | aafaac2dde287c0bf0ab73fa8fcabcc77efb6a45 /archivers | |
parent | 727cbc4c26f29dc566c6fed356dc25e94e94b707 (diff) | |
download | freebsd-ports-gnome-cf2f52132edeb61f915cf293a99502dc9c882abb.tar.gz freebsd-ports-gnome-cf2f52132edeb61f915cf293a99502dc9c882abb.tar.zst freebsd-ports-gnome-cf2f52132edeb61f915cf293a99502dc9c882abb.zip |
Mark deprecated and for expiry.
See http://www.freebsd.org/cgi/query-pr.cgi?pr=156954
PR: ports/156954
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 82a62b14326a..89e0ed256df3 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -21,6 +21,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes +DEPRECATED= use lzo2 instead for new installs +EXPIRATION_DATE= 2011-05-31 + post-build: @${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes)" @# override MALLOC_OPTIONS, else tests take excessively long |