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 /x11/kdebase2 | |
parent | This port hasn't been converted to work with ELF yet. (diff) |
Mark all KDE ports BROKEN for ELF.
Notes
Notes:
svn path=/head/; revision=13545
Diffstat (limited to 'x11/kdebase2')
-rw-r--r-- | x11/kdebase2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index 56917a5c2335..adb468f13a9b 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.18 1998/09/15 11:46:14 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/19 01:33:47 steve Exp $ # DISTNAME= kdebase-1.0 @@ -22,6 +22,8 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs +BROKEN_ELF= depends on kdelibs + USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |