diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
commit | f816205962996d8ea6ca666bbaa96c2d0357a232 (patch) | |
tree | f395c48f4c8d702b51555494fa25da7eebd26d9a /math/mupad | |
parent | 16dc9f83c86aa1e4e6fd1c7da4d12d3ce8e32f7c (diff) | |
download | ports-f816205962996d8ea6ca666bbaa96c2d0357a232.tar.gz ports-f816205962996d8ea6ca666bbaa96c2d0357a232.zip |
Notes
Diffstat (limited to 'math/mupad')
-rw-r--r-- | math/mupad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mupad/Makefile b/math/mupad/Makefile index ae87fadab72e..25e4541aebd5 100644 --- a/math/mupad/Makefile +++ b/math/mupad/Makefile @@ -25,7 +25,8 @@ RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linu ${LINUXBASE}/usr/lib/libungif.so.4:${PORTSDIR}/graphics/linux-ungif BROKEN= "Checksum mismatch" -DEPRECATED= "This port will be removed on April 16 if still broken at that time." +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-16 NO_CDROM= "unsure to sell for profit" USE_LINUX= yes |