diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-07 07:22:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-07 07:22:04 +0000 |
commit | 6e8cbd63d37c0699bb8397e8345a2d151bb16ac1 (patch) | |
tree | ca2a6dd378738dacf3dd2e2c35d0da776404e06a | |
parent | dfd6ba0eedd1d8682cf7d3bbca078d84de102f8a (diff) | |
download | ports-6e8cbd63d37c0699bb8397e8345a2d151bb16ac1.tar.gz ports-6e8cbd63d37c0699bb8397e8345a2d151bb16ac1.zip |
Notes
-rw-r--r-- | lang/gprolog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index e5cb685d95e0..472e1745e527 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -13,7 +13,7 @@ COMMENT= Free Prolog compiler LICENSE= GPLv2 BROKEN= fails to build -#DEPRECATED= Abandonware upstream (more than five years), fails in various ways with remotely recent compilers +DEPRECATED= Abandonware upstream (more than five years), fails in various ways with remotely recent compilers # Bumped EXPIRATION date due to new release # and efforts to get it in: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231393 EXPIRATION_DATE= 2019-08-31 |