diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-07 20:25:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-10-07 20:25:16 +0000 |
commit | 95e220d1be3e92d0c953e46b12a7323daa87fcba (patch) | |
tree | 89bc7a183ca5deb7ecc4b342760bc242b01d2a40 /astro | |
parent | 471b0594ce8438f549cd54515fd007978dbc7528 (diff) | |
download | ports-95e220d1be3e92d0c953e46b12a7323daa87fcba.tar.gz ports-95e220d1be3e92d0c953e46b12a7323daa87fcba.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia-gnome/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/celestia-gnome/Makefile b/astro/celestia-gnome/Makefile index cc3b82f4a1fd..85c1d294fcdb 100644 --- a/astro/celestia-gnome/Makefile +++ b/astro/celestia-gnome/Makefile @@ -4,4 +4,7 @@ CELESTIA_UI= gnome MASTERDIR= ${.CURDIR}/../celestia +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + .include "${MASTERDIR}/Makefile" |