diff options
author | arved <arved@FreeBSD.org> | 2011-01-20 18:28:33 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-01-20 18:28:33 +0800 |
commit | 2ae29715943d224ae45515c3b49c5f6be808fe48 (patch) | |
tree | 268f160a08c4384b6849a4b6dee881e02c48791c | |
parent | 64250c5684543d743dd3e827efc8b4c9590e2dba (diff) | |
download | freebsd-ports-graphics-2ae29715943d224ae45515c3b49c5f6be808fe48.tar.gz freebsd-ports-graphics-2ae29715943d224ae45515c3b49c5f6be808fe48.tar.zst freebsd-ports-graphics-2ae29715943d224ae45515c3b49c5f6be808fe48.zip |
Mark port DEPRECATED and set an EXPIRATION_DATE.
Port does not compile on any supported version of FreeBSD
Feature safe: yes
-rw-r--r-- | databases/qt-ibase-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile index e44d8c59f4d..7cc9127d67b 100644 --- a/databases/qt-ibase-plugin/Makefile +++ b/databases/qt-ibase-plugin/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= A plugin for QT to connect to IBase/Firebird-Databases +DEPRECATED= Port is broken on all supported versions of FreeBSD +EXPIRATION_DATE= 2011-02-04 DB= ibase LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 |