diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 20:43:29 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-04-02 20:43:29 +0000 |
commit | 103ad55921ad4b90d5caf1e57dfad08595f5168c (patch) | |
tree | 898a6c9dd2d53ec46f163db98722b629667588d2 /www | |
parent | d5559270da3faef59286c8820a7ace1ce46a721c (diff) | |
download | pkgsrc-103ad55921ad4b90d5caf1e57dfad08595f5168c.tar.gz |
The SuSE 7.3 emulators/suse_libc5 has been modified to be independant
on the actual used emulation base (i.e. works now even when using SuSE 9.1
emulation packages otherwise), update depends accordingly.
Adresses PR pkg/29561 by Robert Elz
Diffstat (limited to 'www')
-rw-r--r-- | www/asWedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile index afae40b07b0..cf115816260 100644 --- a/www/asWedit/Makefile +++ b/www/asWedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/02/24 12:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/02 20:43:29 jdolecek Exp $ DISTNAME= ${PKGNAME}-i386.linux PKGNAME= asWedit-4.0.1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= http://www.advasoft.com/asWedit.html COMMENT= Motif HTML and text editor -DEPENDS+= suse_libc5>=6.1:../../emulators/${SUSE_DIR_PREFIX}_libc5 +DEPENDS+= suse_libc5>=7.3nb1:../../emulators/suse_libc5 ONLY_FOR_PLATFORM= NetBSD-*-i386 |