diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-11 13:17:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-11 13:17:05 +0000 |
commit | 3c53b8466a66c3e79fdb40faf1bf6e6dd8029fc6 (patch) | |
tree | 7992a0d328ad07c425e1b4b562409c79977174b0 /graphics/sane-backends | |
parent | 04e71f152ae338d7b2fcc92035895e9c30806143 (diff) | |
download | FreeBSD-ports-3c53b8466a66c3e79fdb40faf1bf6e6dd8029fc6.zip FreeBSD-ports-3c53b8466a66c3e79fdb40faf1bf6e6dd8029fc6.tar.gz |
BROKEN = X front end doesn't build right agaist our gtk port
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 9c681d0..df51bb9 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -4,7 +4,7 @@ # Whom: gary@hotlava.com # obrien@FreeBSD.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/01 00:44:58 obrien Exp $ # DISTNAME= sane-0.65 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= apps/graphics/capture MAINTAINER= gary@hotlava.com +BROKEN= "X front end doesn't build right agaist our gtk port" + GNU_CONFIGURE= yes USE_GMAKE= yes |