diff options
author | jlam <jlam> | 1999-10-08 21:12:47 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-10-08 21:12:47 +0000 |
commit | 62d357cb1e9435f8042f4a1b76e258dae985c2ac (patch) | |
tree | 146f3a63eb7a06d19c6a65f740ab23ad15dda2ab /editors/xemacs | |
parent | ecbae3a7687125f9c992976600359cca1ddcb56a (diff) | |
download | pkgsrc-62d357cb1e9435f8042f4a1b76e258dae985c2ac.tar.gz |
Change to use wildcard dependency on tiff.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index ce922d07323..69a910f8b37 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/08/26 14:51:47 tron Exp $ +# $NetBSD: Makefile,v 1.14 1999/10/08 21:12:48 jlam Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.6 @@ -17,7 +17,7 @@ USE_XAW= yes DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= png-1.0.3:../../graphics/png -DEPENDS+= tiff-3.4:../../graphics/tiff +DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm NOT_FOR_PLATFORM= *-*-alpha *-*-mips #fails purespace dumping |