diff options
| author | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:04:39 +0000 | 
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:04:39 +0000 | 
| commit | 9db5d22a99cc8629a1eabc0aa0593f263a0b77d4 (patch) | |
| tree | 644b5e5ee7179ad8f08df1ab0b96bece7c4e2a8b | |
| parent | Start conversion to ELF. (diff) | |
Still doesn't build for ELF.
| -rw-r--r-- | graphics/sane-backends/Makefile | 4 | ||||
| -rw-r--r-- | graphics/sane-frontends/Makefile | 4 | ||||
| -rw-r--r-- | graphics/sane/Makefile | 4 | 
3 files changed, 9 insertions, 3 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 33a38dfb078e..72a9231aaea2 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -4,7 +4,7 @@  # Whom:                 gary@hotlava.com  #			obrien@FreeBSD.org  # -# $Id: Makefile,v 1.9 1998/09/22 22:55:54 asami Exp $ +# $Id: Makefile,v 1.10 1998/10/05 03:04:00 steve Exp $  #  DISTNAME=       sane-0.74 @@ -14,6 +14,8 @@ MASTER_SITES=	ftp://ftp.mostang.com/pub/sane/ \  MAINTAINER=	gary@hotlava.com +BROKEN_ELF=	build +  LIB_DEPENDS=	gtk11.1:${PORTSDIR}/x11-toolkits/gtk11  GNU_CONFIGURE=	yes diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 33a38dfb078e..72a9231aaea2 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -4,7 +4,7 @@  # Whom:                 gary@hotlava.com  #			obrien@FreeBSD.org  # -# $Id: Makefile,v 1.9 1998/09/22 22:55:54 asami Exp $ +# $Id: Makefile,v 1.10 1998/10/05 03:04:00 steve Exp $  #  DISTNAME=       sane-0.74 @@ -14,6 +14,8 @@ MASTER_SITES=	ftp://ftp.mostang.com/pub/sane/ \  MAINTAINER=	gary@hotlava.com +BROKEN_ELF=	build +  LIB_DEPENDS=	gtk11.1:${PORTSDIR}/x11-toolkits/gtk11  GNU_CONFIGURE=	yes diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index 33a38dfb078e..72a9231aaea2 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -4,7 +4,7 @@  # Whom:                 gary@hotlava.com  #			obrien@FreeBSD.org  # -# $Id: Makefile,v 1.9 1998/09/22 22:55:54 asami Exp $ +# $Id: Makefile,v 1.10 1998/10/05 03:04:00 steve Exp $  #  DISTNAME=       sane-0.74 @@ -14,6 +14,8 @@ MASTER_SITES=	ftp://ftp.mostang.com/pub/sane/ \  MAINTAINER=	gary@hotlava.com +BROKEN_ELF=	build +  LIB_DEPENDS=	gtk11.1:${PORTSDIR}/x11-toolkits/gtk11  GNU_CONFIGURE=	yes  | 
