diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
commit | c94a576e69b4028fb885da3e7ad1e4543134e92a (patch) | |
tree | 39e62448467ba012ed6a344d027d3bcb30693bbf /mail | |
parent | 354b6160fa4d2d865ed06c0d924f40c17b8c2d3e (diff) | |
download | ports-c94a576e69b4028fb885da3e7ad1e4543134e92a.tar.gz ports-c94a576e69b4028fb885da3e7ad1e4543134e92a.zip |
Mark all KDE ports BROKEN for ELF.
Notes
Notes:
svn path=/head/; revision=13545
Diffstat (limited to 'mail')
-rw-r--r-- | mail/kbiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 389f018472e0..bf9d7e55e38d 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -3,7 +3,7 @@ # Date created: So 14 Jun 1998 13:09:18 CEST # Whom: andreas # -# $Id: Makefile,v 1.4 1998/08/25 10:04:57 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/31 21:13:57 andreas Exp $ # DISTNAME= kbiff-0.8 @@ -15,6 +15,8 @@ MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \ kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs +BROKEN_ELF= depends on kdelibs + USE_QT= yes FETCH_BEFORE_ARGS=-t GNU_CONFIGURE= yes |