diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-06 05:42:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-06 05:42:38 +0000 |
commit | afaa25f0cc3cb5248894b94404f621eca1ba6f85 (patch) | |
tree | 8a143fbf40db84ba2780da9171366cb8b7669cf3 /converters/kdesupport2/Makefile | |
parent | Add 'ONLY_FOR_ARCHS=i386' to APM dependent ports. (diff) |
Mark these broken while Stefan works on an upgrade.
Notes
Notes:
svn path=/head/; revision=15881
Diffstat (limited to 'converters/kdesupport2/Makefile')
-rw-r--r-- | converters/kdesupport2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index 4e6314f8f9f2..118091ee79d4 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.12 1998/10/01 01:07:21 jseger Exp $ +# $Id: Makefile,v 1.13 1998/10/01 18:35:36 brian Exp $ # DISTNAME= kdesupport-1.0 @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org +BROKEN= upgrade + USE_QT= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= "--prefix=$(PREFIX)" \ |