diff options
author | mezz <mezz@FreeBSD.org> | 2005-07-25 14:13:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-07-25 14:13:04 +0800 |
commit | 7b888435853cbe2b2e8df02d114cd2b387fb40ed (patch) | |
tree | 2f79f66173b27ca38db9eb2d2ebc6ed2fc9974e5 /x11-toolkits/gnocl/Makefile | |
parent | e70d5b3606b1d5d1d8783bf221fe0be2171d40ef (diff) | |
download | freebsd-ports-gnome-7b888435853cbe2b2e8df02d114cd2b387fb40ed.tar.gz freebsd-ports-gnome-7b888435853cbe2b2e8df02d114cd2b387fb40ed.tar.zst freebsd-ports-gnome-7b888435853cbe2b2e8df02d114cd2b387fb40ed.zip |
- Update to 0.9.90.
- Unbreak it by fixing the library search path, remove the DEPRECATED and
EXPIRATION_DATE too.
PR: ports/83998
Submitted by: Stephane Legrand <stephane@freebsd.org> (maintainer)
Diffstat (limited to 'x11-toolkits/gnocl/Makefile')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 20b19cf319a0..cd3ea8a3bc7f 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -6,8 +6,8 @@ # PORTNAME= gnocl -PORTVERSION= 0.5.18 -PORTREVISION= 1 +PORTVERSION= 0.9.90 +PORTREVISION= 0 CATEGORIES= x11-toolkits devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gnocl @@ -17,10 +17,6 @@ COMMENT= GTK+ and Gnome extension for Tcl BUILD_DEPENDS= ${LOCALBASE}/include/tcl8.4/tcl.h:${PORTSDIR}/lang/tcl84 -BROKEN= "Does not build" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_GMAKE= yes USE_BZIP2= yes USE_REINPLACE= yes |