diff options
author | asami <asami@FreeBSD.org> | 1998-11-12 06:45:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-12 06:45:05 +0000 |
commit | 9f5bde1704484472acf16cb3a5e723567bdec7e9 (patch) | |
tree | 8b8fae82d06797f7e838d636e7fb9b4f02cf5d6f /x11-toolkits/qt33/Makefile | |
parent | 34ba9cda5334fe6827012107fc749c20ff747e41 (diff) | |
download | FreeBSD-ports-9f5bde1704484472acf16cb3a5e723567bdec7e9.zip FreeBSD-ports-9f5bde1704484472acf16cb3a5e723567bdec7e9.tar.gz |
Mark this broken, it is for testing only (also is still a copy of qt140).
Diffstat (limited to 'x11-toolkits/qt33/Makefile')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 29813c3..6d32ae6 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -3,9 +3,13 @@ # Date created: 30 Jul 1996 # Whom: searle@longacre.demon.co.uk # -# $Id: Makefile,v 1.25 1998/10/01 02:17:40 jseger Exp $ +# $Id: Makefile,v 1.26 1998/11/03 05:58:17 jkoshy Exp $ # +################################ +BROKEN= for testing only +################################ + DISTNAME= qt-${MAJ}.${MIN} CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.troll.no/qt/old/ |