diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:03:11 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-03-02 21:03:11 +0000 |
commit | 735f615130350c902719f108cd1cbe48eaf294dc (patch) | |
tree | fd355c1228d2a166539673c672b03de36e94fb3f /x11-toolkits | |
parent | 28b723187b6ba8da4ae446326721343a9b42fb3d (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-wx/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/ruby-wx/Makefile b/x11-toolkits/ruby-wx/Makefile index 8691c6df7bb9..41645ef96d4f 100644 --- a/x11-toolkits/ruby-wx/Makefile +++ b/x11-toolkits/ruby-wx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/ruby-wx -# Date created: 03.01.2004 -# Whom: Ulrich Spoerlein <q@uni.de> -# +# Created by: Ulrich Spoerlein <q@uni.de> # $FreeBSD$ -# PORTNAME= wx PORTVERSION= 0.6.0 @@ -18,6 +14,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for wxWindows (aka wxWidgets) +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2012-05-02 + USE_ICONV= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |