diff options
author | marcus <marcus@FreeBSD.org> | 2009-08-25 11:29:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-08-25 11:29:10 +0800 |
commit | 92ad0a654f897a4e3152724a7ae2acb3d99a19b1 (patch) | |
tree | 6d2a4cbc49bccc7cc3250e5e5c4c31047e44c1c6 /www | |
parent | 557e007050bcc7c20d53b422f9485fe82b7f3fac (diff) | |
download | freebsd-ports-gnome-92ad0a654f897a4e3152724a7ae2acb3d99a19b1.tar.gz freebsd-ports-gnome-92ad0a654f897a4e3152724a7ae2acb3d99a19b1.tar.zst freebsd-ports-gnome-92ad0a654f897a4e3152724a7ae2acb3d99a19b1.zip |
Mark Galeon as deprecated. It will be removed when the legacy Gecko
modules are removed. Users should switch to Epiphany, Firefox 3, or any
of the other modern browsers.
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index c9f3ccb64466..86d542073ce3 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ MAN1= galeon.1 GCONF_SCHEMAS= galeon.schemas +DEPRECATED= requires legacy Gecko; switch to www/epiphany instead + .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" |