Fix broken dependence patterns introduced in revision 1.36.
This commit is contained in:
parent
cfdb2f2861
commit
28b88cc657
1 changed files with 3 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.40 2004/02/05 20:14:06 skrll Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.41 2004/05/26 13:49:29 tron Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
SVR4_PKGNAME= ltool
|
||||
|
||||
DEPENDS+= ${DISTNAME:S/-/-base-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-base
|
||||
DEPENDS+= ${DISTNAME:S/-/-info-/}${PKGREVISION:C/[0-9]*/nb/}${PKGREVISION}:../libtool-info
|
||||
DEPENDS+= ${DISTNAME:S/-/-base-/}{,nb[0-9]}:../libtool-base
|
||||
DEPENDS+= ${DISTNAME:S/-/-info-/}{,nb[0-9]}:../libtool-info
|
||||
|
||||
COMMENT= Generic shared library support script
|
||||
|
||||
|
|
Loading…
Reference in a new issue