diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-10-10 05:18:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-10-10 05:18:59 +0000 |
commit | b962a3df046a19c96f9f37f392ed503a8926e4d0 (patch) | |
tree | eeceb2283a59f1341cf79c588e6fb6f0ec446103 | |
parent | Upgrade to version 1.3, which primarily enhances the capabilities of (diff) |
Deprecate and expire, since the required a.out support infrastructure was
retired in 2004.
Notes
Notes:
svn path=/head/; revision=175173
-rw-r--r-- | x11/XFree86-aoutlibs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile index fd5cf182a39c..8d9758b13a37 100644 --- a/x11/XFree86-aoutlibs/Makefile +++ b/x11/XFree86-aoutlibs/Makefile @@ -15,6 +15,9 @@ COMMENT= XFree86 a.out compatibility libraries ONLY_FOR_ARCHS= i386 +DEPRECATED= Requires a.out ld.so and support libraries +EXPIRATION_DATE=2006-12-01 + NO_BUILD= yes PORTOBJFORMAT= aout |