diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-14 00:01:34 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-14 00:01:34 +0800 |
commit | 84d3708fd79c7764b1449c7f18f45581501cec01 (patch) | |
tree | 64839f4ed50141f5db4709ac2ff190895ab2017b /graphics | |
parent | b77ad6eff7212ed864c7b9e6723fe76c4d16a819 (diff) | |
download | freebsd-ports-gnome-84d3708fd79c7764b1449c7f18f45581501cec01.tar.gz freebsd-ports-gnome-84d3708fd79c7764b1449c7f18f45581501cec01.tar.zst freebsd-ports-gnome-84d3708fd79c7764b1449c7f18f45581501cec01.zip |
Remove graphics/libimg-tk83: tcl8.3 support is going to be dropped
Submitted by: portsmon
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libimg-tk83/Makefile | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a0e5ecf3e09a..b2faa8c9338a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -426,7 +426,6 @@ SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libimg - SUBDIR += libimg-tk83 SUBDIR += libiptcdata SUBDIR += libkdcraw SUBDIR += libkexif diff --git a/graphics/libimg-tk83/Makefile b/graphics/libimg-tk83/Makefile deleted file mode 100644 index 4e38e9f27e03..000000000000 --- a/graphics/libimg-tk83/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: libimg-tkstep -# Date created: 11 March 2007 -# Whom: Martin Matuska <martin@matuska.org> -# -# $FreeBSD$ -# - -PORTNAME= libimg-tk83 -CATEGORIES= graphics tk - -MAINTAINER= mm@FreeBSD.org - -USE_TK= 83 -MASTERDIR= ${.CURDIR}/../libimg - -DEPRECATED= tcl8.3 support is going to be dropped -EXPIRATION_DATE= 2009-05-22 - -.include "${MASTERDIR}/Makefile" |