diff options
author | fredb <fredb@pkgsrc.org> | 2000-09-28 20:34:03 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-09-28 20:34:03 +0000 |
commit | f7e61771eca4d25e91ba042598dacf751fb013d9 (patch) | |
tree | b43fbc243d7dec4e5eedb337eddc324722d9560e /audio/dap | |
parent | ac69036af94978d946b7630f2955fdfadbf06790 (diff) | |
download | pkgsrc-f7e61771eca4d25e91ba042598dacf751fb013d9.tar.gz |
Belatedly bump "nb" version for xforms, and likewise increment packages
that depend it, as suggested by wrstuden. The reason is so that older
binary packages which were linked against an a.out shared lib won't have
their package dependencies satisfied by the latest package, which has no
shared libraries. There's no help for old ELF packages, unfortunately.
Diffstat (limited to 'audio/dap')
-rw-r--r-- | audio/dap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 94a4149761a..13f780461ed 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/23 23:14:22 tron Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/28 20:34:03 fredb Exp $ DISTNAME= dap-2.1.1 CATEGORIES= audio @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= scw@netbsd.org HOMEPAGE= http://www.cee.hw.ac.uk/~richardk/ -DEPENDS+= xforms-0.88:../../x11/xforms +DEPENDS+= xforms>=0.88nb1:../../x11/xforms MAKEFILE= Makefile.netbsd ONLY_FOR_PLATFORM= *-*-alpha *-*-arm32 *-*-i386 *-*-m68k *-*-sparc *-*-ns32k |