diff options
author | pav <pav@FreeBSD.org> | 2007-10-26 16:03:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-26 16:03:40 +0800 |
commit | 1b6eff325d2873322d94d62c0a517250840cb460 (patch) | |
tree | 11834ff07484ec87fb65da7e83dbcd264cf1c2cc /lang | |
parent | ea235b5c321eb0b70324437c5484582f4463b6a6 (diff) | |
download | freebsd-ports-gnome-1b6eff325d2873322d94d62c0a517250840cb460.tar.gz freebsd-ports-gnome-1b6eff325d2873322d94d62c0a517250840cb460.tar.zst freebsd-ports-gnome-1b6eff325d2873322d94d62c0a517250840cb460.zip |
- Add missed dependency on yasm
- Fix plist
Reported by: pointyhat
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nwcc/Makefile | 2 | ||||
-rw-r--r-- | lang/nwcc/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile index 56adf2931a7b..7e2fc2c21e24 100644 --- a/lang/nwcc/Makefile +++ b/lang/nwcc/Makefile @@ -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 diff --git a/lang/nwcc/pkg-plist b/lang/nwcc/pkg-plist index 6e00a0505511..ba285581b209 100644 --- a/lang/nwcc/pkg-plist +++ b/lang/nwcc/pkg-plist @@ -1,4 +1,4 @@ -$FreeBSD$ +@comment $FreeBSD$ bin/nwcc bin/nwcc1 lib/libnwcc.o |