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 /graphics | |
parent | 471b0594ce8438f549cd54515fd007978dbc7528 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/amide/Makefile | 3 | ||||
-rw-r--r-- | graphics/cbrpager/Makefile | 3 | ||||
-rw-r--r-- | graphics/gx/Makefile | 3 | ||||
-rw-r--r-- | graphics/truevision/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 313dfe0ad71d..f4af44699ac7 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -11,6 +11,9 @@ COMMENT= Medical Imaging Data Examiner LICENSE= GPLv2 +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + BUILD_DEPENDS= gm4:devel/m4 GNU_CONFIGURE= yes diff --git a/graphics/cbrpager/Makefile b/graphics/cbrpager/Makefile index 02bd5e0152fb..8022a34c8128 100644 --- a/graphics/cbrpager/Makefile +++ b/graphics/cbrpager/Makefile @@ -16,6 +16,9 @@ COMMENT= Viewer for cbr (comic book archive) files LICENSE= GPLv3 +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= libgnomeui diff --git a/graphics/gx/Makefile b/graphics/gx/Makefile index 9270ab02667a..2f588bc87b8d 100644 --- a/graphics/gx/Makefile +++ b/graphics/gx/Makefile @@ -13,6 +13,9 @@ COMMENT= Lightweight image viewer LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + LIB_DEPENDS= libgnomevfsmm-2.6.so:devel/gnome-vfsmm USES= compiler:c++11-lang desktop-file-utils gettext pkgconfig diff --git a/graphics/truevision/Makefile b/graphics/truevision/Makefile index 8241ca882e34..864d19a7f3f4 100644 --- a/graphics/truevision/Makefile +++ b/graphics/truevision/Makefile @@ -12,6 +12,9 @@ COMMENT= GNOME 3D modeler LICENSE= GPLv2+ +DEPRECATED= GNOME 2 application +EXPIRATION_DATE= 2018-12-10 + LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} |