diff options
author | agc <agc@pkgsrc.org> | 2001-10-11 10:02:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-10-11 10:02:04 +0000 |
commit | aafa80f01250d1f60c25ac6c0a0bf31ac37f9d18 (patch) | |
tree | fe0190d4313832de3607d164d2da4b7c11752279 /sysutils | |
parent | b206d87a512dbea6f2a2133a82e4e454c5467f18 (diff) | |
download | pkgsrc-aafa80f01250d1f60c25ac6c0a0bf31ac37f9d18.tar.gz |
Fix package name in BUILD_DEPENDS to have a numeric suffix and a wildcard.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/extipl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile index adbf52ff84a..e31af665172 100644 --- a/sysutils/extipl/Makefile +++ b/sysutils/extipl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 09:56:57 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/11 10:02:04 agc Exp $ # DISTNAME= extipl-5.03 @@ -9,7 +9,7 @@ MAINTAINER= hiramatu@boreas.dti.ne.jp HOMEPAGE= http://www.tsden.org/takamiti/extipl/ COMMENT= IPL compatible OS boot selector -BUILD_DEPENDS+= nasm:../../devel/nasm +BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm WRKSRC= ${WRKDIR}/extipl-5.03/src USE_GMAKE= #defined |