diff options
author | tron <tron> | 2001-12-02 14:40:20 +0000 |
---|---|---|
committer | tron <tron> | 2001-12-02 14:40:20 +0000 |
commit | 0775ddc4f6caee472aed504325ceded9785310a6 (patch) | |
tree | b92fda253e9d00e2915859d4a31363ab99d68f25 /editors/xemacs/Makefile | |
parent | b5f6212d5ca600f1766be417303b4c3fc29c7553 (diff) | |
download | pkgsrc-0775ddc4f6caee472aed504325ceded9785310a6.tar.gz |
Use wildcard dependence on "faces" package.
Diffstat (limited to 'editors/xemacs/Makefile')
-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 0d22f799453..da9e2f92647 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2001/10/26 16:02:31 kleink Exp $ +# $NetBSD: Makefile,v 1.37 2001/12/02 14:42:25 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.14 @@ -55,7 +55,7 @@ WITH_LDAP= --with-ldap=no .if defined(USE_XFACE) && ${USE_XFACE} == YES WITH_XFACE= --with-xface=yes -DEPENDS+= faces-1.6.1:../../mail/faces +DEPENDS+= faces>=1.6.1:../../mail/faces .else WITH_XFACE= --with-xface=no .endif |