diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-12-28 15:00:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-12-28 15:00:58 +0000 |
commit | 88a8287b863d800b7ca6afe55603f26aff56beca (patch) | |
tree | ee43a14e8b0a5f31b1eea22f072c4130102bf26a | |
parent | a8fdb6fd4b095527b41b8b511d64aa689aaa02c8 (diff) |
Notes
-rw-r--r-- | graphics/libflash/Makefile | 2 | ||||
-rw-r--r-- | www/flashplugin-mozilla/Makefile | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile index e05ff4429c0b..4a71566831ee 100644 --- a/graphics/libflash/Makefile +++ b/graphics/libflash/Makefile @@ -15,6 +15,8 @@ DISTNAME= gplflash-${PORTVERSION} MAINTAINER= llwang@infor.org COMMENT= GPL Flash (TM) Library +DEPRECATED= gplflash is no longer supported. Please use gnash instead + LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ jpeg.11:${PORTSDIR}/graphics/jpeg diff --git a/www/flashplugin-mozilla/Makefile b/www/flashplugin-mozilla/Makefile index 7410f8d395f8..76e353eac440 100644 --- a/www/flashplugin-mozilla/Makefile +++ b/www/flashplugin-mozilla/Makefile @@ -15,6 +15,10 @@ DISTNAME= gplflash-${PORTVERSION} MAINTAINER= llwang@infor.org COMMENT= A GPL standalone Flash (TM) plugin for Mozilla web browser +DEPRECATED= gplflash is no longer supported. Please use graphics/gnash, \ + graphics/lightspark, or www/nspluginwrapper and \ + www/linux-f10-flashplugin10 instead + LIB_DEPENDS= flash.0:${PORTSDIR}/graphics/libflash WRKSRC= ${WRKDIR}/${DISTNAME}/plugin |