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 /audio/kmpg | |
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 'audio/kmpg')
-rw-r--r-- | audio/kmpg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/kmpg/Makefile b/audio/kmpg/Makefile index 73d234512018..e7b91fdc7253 100644 --- a/audio/kmpg/Makefile +++ b/audio/kmpg/Makefile @@ -3,7 +3,7 @@ # Date created: 23 May 1998 # Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no> # -# $Id: Makefile,v 1.4 1998/08/12 06:29:24 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/25 09:13:01 asami Exp $ # DISTNAME= kmpg-0.3.3 @@ -17,6 +17,8 @@ MAINTAINER= hanspb@persbraten.vgs.no LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs +BROKEN_ELF= depends on kdelibs + USE_QT= yes USE_GMAKE= yes MAKE_ENV= KDEDIR=${PREFIX} |