diff options
author | ahze <ahze@FreeBSD.org> | 2006-09-04 04:36:28 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-09-04 04:36:28 +0800 |
commit | be36ebf508d8fe218f68399c119df8a2f02df332 (patch) | |
tree | 22a7768f16c9d66cefe080f1cf690f977503b1ed | |
parent | ee442639917b0602225c311cbafa44ab6e1d18a5 (diff) | |
download | freebsd-ports-gnome-be36ebf508d8fe218f68399c119df8a2f02df332.tar.gz freebsd-ports-gnome-be36ebf508d8fe218f68399c119df8a2f02df332.tar.zst freebsd-ports-gnome-be36ebf508d8fe218f68399c119df8a2f02df332.zip |
- Readd EXPIRATION_DATE, didn't mean to remove that
-rw-r--r-- | www/mozilla-bonobo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mozilla-bonobo/Makefile b/www/mozilla-bonobo/Makefile index 28794e353811..e19d0c43c970 100644 --- a/www/mozilla-bonobo/Makefile +++ b/www/mozilla-bonobo/Makefile @@ -29,6 +29,8 @@ CONFIGURE_ARGS= --with-plugin-install-dir="${PREFIX}/lib/browser_plugins" \ --with-mozilla-include-dir="${LOCALBASE}/include/mozilla${HEADERS_SUFX}" BROKEN= "Does not build with new Mozilla" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2006-12-01 post-patch: @${REINPLACE_CMD} -e \ |