diff options
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" |