diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-29 05:34:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-29 05:34:25 +0800 |
commit | b9c780d0ac209a5ef382c45029b5945a6868f0dd (patch) | |
tree | 18f88c06bd2acdc3af03030e3d083a5f6f88268e /x11-toolkits | |
parent | cabda2edad4f3ad95507c73c6d155f0b1be309d6 (diff) | |
download | freebsd-ports-gnome-b9c780d0ac209a5ef382c45029b5945a6868f0dd.tar.gz freebsd-ports-gnome-b9c780d0ac209a5ef382c45029b5945a6868f0dd.tar.zst freebsd-ports-gnome-b9c780d0ac209a5ef382c45029b5945a6868f0dd.zip |
Deprecate because it depends on the expired gtkglarea
Approved by: gnome (kwm)
Feature safe: yes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 802db2844480..9c412d398a7b 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-gtk -# Date created: 09/14/1999 -# Whom: nectar@FreeBSD.org -# +# Created by: nectar@FreeBSD.org # $FreeBSD$ -# PORTNAME= gtk PORTVERSION= 0.6.11 @@ -17,6 +13,9 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GTK +DEPRECATED= Depends on the expired gtkglarea +EXPIRATION_DATE= 2012-11-28 + BUILD_DEPENDS= ${PYNUMERIC} LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea RUN_DEPENDS= ${PYNUMERIC} |