diff options
author | steve <steve@FreeBSD.org> | 1999-09-27 09:53:41 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-27 09:53:41 +0800 |
commit | 0ddba1089df6dfec3ae0e6080c46d2ea8560e140 (patch) | |
tree | 11ce1bcbd72da5c45405e234daa7eb39ab257d9b /devel | |
parent | 0e701395946f59ff995728c77e55d4775712b205 (diff) | |
download | freebsd-ports-gnome-0ddba1089df6dfec3ae0e6080c46d2ea8560e140.tar.gz freebsd-ports-gnome-0ddba1089df6dfec3ae0e6080c46d2ea8560e140.tar.zst freebsd-ports-gnome-0ddba1089df6dfec3ae0e6080c46d2ea8560e140.zip |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fastcrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |