diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-11 13:17:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-03-11 13:17:05 +0000 |
commit | 3ca232e5faf2af97d9bc40a8924b62687472ce83 (patch) | |
tree | 0d8476bdecf9ce3025f074db31bfeec5941ae77c /graphics/sane-backends | |
parent | 78e307d05f0a4df3f8c2c35580583032a998127e (diff) | |
download | ports-3ca232e5faf2af97d9bc40a8924b62687472ce83.tar.gz ports-3ca232e5faf2af97d9bc40a8924b62687472ce83.zip |
Notes
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 9c681d0c622b..df51bb972f8d 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 |