diff options
author | jseger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-09-30 02:07:28 +0000 |
commit | f37fa1e1159371eb04c89c0aed8f50b56999ac19 (patch) | |
tree | ce5b015c10450f6be239f2ae5b86ba5c9df6947e /x11/kdebase2 | |
parent | 9cd3153fc4b70398bb064c0be6e927aeea624308 (diff) | |
download | FreeBSD-ports-f37fa1e1159371eb04c89c0aed8f50b56999ac19.zip FreeBSD-ports-f37fa1e1159371eb04c89c0aed8f50b56999ac19.tar.gz |
Mark all KDE ports BROKEN for ELF.
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 56917a5..adb468f 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)" \ |