diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-28 21:34:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-28 21:34:25 +0000 |
commit | 70f898b28ed1eaaecdae489162c0681390feb36c (patch) | |
tree | 18f88c06bd2acdc3af03030e3d083a5f6f88268e /x11-toolkits | |
parent | cf2e6b8f75a0e939dbd4dca31762172a65890a47 (diff) |
Notes
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} |