- Add missed dependency on yasm
- Fix plist Reported by: pointyhat
This commit is contained in:
parent
3d8fd99d5f
commit
668371dc49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202060
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|||
MAINTAINER= obrien@FreeBSD.org
|
||||
COMMENT= Nils Weller's C compiler for Unix systems
|
||||
|
||||
BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$FreeBSD$
|
||||
@comment $FreeBSD$
|
||||
bin/nwcc
|
||||
bin/nwcc1
|
||||
lib/libnwcc.o
|
||||
|
|
Loading…
Reference in a new issue