diff options
author | asami <asami@FreeBSD.org> | 1998-02-16 11:57:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-16 11:57:59 +0000 |
commit | 15e3b79fd65b411ebc502e415026a0e6f8ed2a79 (patch) | |
tree | 5479c34dde9b0e9303b24dcc8d078328f55b4ac8 /net/kdenetwork3 | |
parent | 0a4f77f3738807d0814051720dab0e3eea491b77 (diff) | |
download | FreeBSD-ports-15e3b79fd65b411ebc502e415026a0e6f8ed2a79.zip FreeBSD-ports-15e3b79fd65b411ebc502e415026a0e6f8ed2a79.tar.gz |
Mark kdenetwork broken instead of taking it out of the parent Makefile.
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index affecaa..ebb090c 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.2 1997/11/03 22:21:11 se Exp $ +# $Id: Makefile,v 1.3 1997/11/05 04:19:54 asami Exp $ # DISTNAME= kdenetwork-Beta1-2 @@ -30,6 +30,7 @@ LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ kfm\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \ mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs +BROKEN= needs to be updated to beta3 HAS_CONFIGURE= yes CONFIGURE_ARGS= "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \ "--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \ |