From 3bd98db7834ee85eaeac1965fb42fabdb98fb5f0 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 27 Sep 1999 01:53:41 +0000 Subject: [PATCH] No need to include ':install' at the end of the BUILD_DEPENDS line since it is implied if nothing is given. Picking nits I know, but it is now more "consistent" with the other ~2600 ports. --- devel/fastcrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile index ab7b04dbef27..707819930052 100644 --- a/devel/fastcrc/Makefile +++ b/devel/fastcrc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.whizkidtech.net/fports/ MAINTAINER= adam@whizkidtech.net -BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm:install +BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm ONLY_FOR_ARCHS= i386