diff options
author | mandree <mandree@FreeBSD.org> | 2011-05-11 17:21:31 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-05-11 17:21:31 +0800 |
commit | f73aadad70aca17b8d2136bc393190e36dc84067 (patch) | |
tree | aaae6d73cee632a039dcb53d6fa0978d7131c079 | |
parent | 073b00efc3028bf1be78816ac9ce6c6fca44e784 (diff) | |
download | freebsd-ports-graphics-f73aadad70aca17b8d2136bc393190e36dc84067.tar.gz freebsd-ports-graphics-f73aadad70aca17b8d2136bc393190e36dc84067.tar.zst freebsd-ports-graphics-f73aadad70aca17b8d2136bc393190e36dc84067.zip |
Mark deprecated and for expiry.
See http://www.freebsd.org/cgi/query-pr.cgi?pr=156954
PR: ports/156954
-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 82a62b14326..89e0ed256df 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 |