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 /ftp | |
parent | 471b0594ce8438f549cd54515fd007978dbc7528 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gwget/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile index 091a3e21aea1..de8d53a073d7 100644 --- a/ftp/gwget/Makefile +++ b/ftp/gwget/Makefile @@ -11,6 +11,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= ports@FreeBSD.org COMMENT= GNOME wget front-end +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib RUN_DEPENDS= wget:ftp/wget |