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 /net/kdenetwork11/Makefile | |
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 'net/kdenetwork11/Makefile')
-rw-r--r-- | net/kdenetwork11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/kdenetwork11/Makefile b/net/kdenetwork11/Makefile index c5692616f7a5..ac9ae70d1cfd 100644 --- a/net/kdenetwork11/Makefile +++ b/net/kdenetwork11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.19 1998/09/15 11:46:02 asami Exp $ +# $Id: Makefile,v 1.20 1998/09/19 01:33:46 steve Exp $ # DISTNAME= kdenetwork-1.0 @@ -25,6 +25,8 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ mimelib\\.1\\.[0-9]:${PORTSDIR}/converters/kdesupport +BROKEN_ELF= depends on kdelibs + USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |