diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:55:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:55:56 +0000 |
commit | 457679eee3629c52a1afd0dc50966abe840b300b (patch) | |
tree | b2b11b3e8a906186aa182b5f0543829b71d8d70c /graphics/sane | |
parent | Completely remove regexp support (not only trailing dot) now that (diff) |
gtk and gtk11 are now ELFized.
Notes
Notes:
svn path=/head/; revision=13337
Diffstat (limited to 'graphics/sane')
-rw-r--r-- | graphics/sane/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index 457ec78de9d5..1ac23639439b 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -4,7 +4,7 @@ # Whom: gary@hotlava.com # obrien@FreeBSD.org # -# $Id: Makefile,v 1.7 1998/09/15 11:44:07 vanilla Exp $ +# $Id: Makefile,v 1.8 1998/09/17 04:47:46 vanilla Exp $ # DISTNAME= sane-0.74 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ MAINTAINER= gary@hotlava.com -LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 GNU_CONFIGURE= yes USE_GMAKE= yes |