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 /graphics/sane | |
parent | 82a051c73572aa2963903a93aaa087489307fa49 (diff) | |
download | ports-9db5d22a99cc8629a1eabc0aa0593f263a0b77d4.tar.gz ports-9db5d22a99cc8629a1eabc0aa0593f263a0b77d4.zip |
Still doesn't build for ELF.
Notes
Notes:
svn path=/head/; revision=13648
Diffstat (limited to 'graphics/sane')
-rw-r--r-- | graphics/sane/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |