diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/Mosaic/Makefile | 2 | ||||
-rw-r--r-- | www/flashpluginwrapper/Makefile | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index f5651712b3c6..2eed33468c8f 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -13,6 +13,8 @@ DISTNAME= Mosaic-src-2.7b5 MAINTAINER= ports@FreeBSD.org COMMENT= A World Wide Web browser +DEPRECATED= "does not build on FreeBSD-current\; mostly of historical interest" +EXPIRATION_DATE= "April 09, 2004" LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png diff --git a/www/flashpluginwrapper/Makefile b/www/flashpluginwrapper/Makefile index 8351fcd7ddf7..31a6cd30a9d9 100644 --- a/www/flashpluginwrapper/Makefile +++ b/www/flashpluginwrapper/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= petef MAINTAINER= nork@FreeBSD.org COMMENT= A wrapper allowing use of linux-flashplugin with native mozilla +DEPRECATED= "maintainer says to deprecate" +EXPIRATION_DATE= "March 09, 2004" RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin @@ -23,7 +25,7 @@ ONLY_FOR_ARCHS= i386 PKGMESSAGE= ${WRKDIR}/pkg-message CONFLICTS= linuxpluginwrapper-* -IGNORE= "Please use www/linuxpluginwrapper. This port should be obsolated. But, if you cannot use it by any reason, please set NO_IGNORE and you can use this." +IGNORE= "Please use www/linuxpluginwrapper. This port should be obsoleted. But, if you cannot use that for some reason, please set NO_IGNORE and you can use this." PLIST_FILES= lib/libflashplayer.so.1 post-patch: |