diff options
author | asami <asami@FreeBSD.org> | 1999-01-06 05:42:38 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-06 05:42:38 +0000 |
commit | e30359e1ee885355363908c21f9211cee70f8508 (patch) | |
tree | 033eabb8ef7980fc1ce458c7a7c09ac8df0827e8 /x11/kdelibs3 | |
parent | 53aac89b41bd476a90639b470472616a728026dc (diff) | |
download | FreeBSD-ports-e30359e1ee885355363908c21f9211cee70f8508.zip FreeBSD-ports-e30359e1ee885355363908c21f9211cee70f8508.tar.gz |
Mark these broken while Stefan works on an upgrade.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 3feecea..4c96044 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.21 1998/10/10 06:43:48 kuriyama Exp $ +# $Id: Makefile,v 1.22 1998/11/14 09:43:39 asami Exp $ # DISTNAME= kdelibs-1.0 @@ -16,6 +16,8 @@ MAINTAINER= se@freebsd.org LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg +BROKEN= upgrade + USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |