diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
commit | 8b32ab8c8343e7c409529880e8745f552c4ec101 (patch) | |
tree | 335aa58345e2fc16c3edcd1c66809073bf30e8f6 /print/libpdf++ | |
parent | 2a6c7792a033c19a33315e54b7f1366d475c212a (diff) | |
download | FreeBSD-ports-8b32ab8c8343e7c409529880e8745f552c4ec101.zip FreeBSD-ports-8b32ab8c8343e7c409529880e8745f552c4ec101.tar.gz |
These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
Diffstat (limited to 'print/libpdf++')
-rw-r--r-- | print/libpdf++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/libpdf++/Makefile b/print/libpdf++/Makefile index 9412104..a941363 100644 --- a/print/libpdf++/Makefile +++ b/print/libpdf++/Makefile @@ -30,9 +30,9 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 || (${OSVERSION} >= 502102 && ARCH=="alpha") BROKEN= "Does not compile" -.endif +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-06-18 .if ${OSVERSION} < 500035 USE_GCC= 3.1 |