diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-06-07 18:31:35 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-06-07 18:31:35 +0800 |
commit | 07a94b7e6292b16f59135f211218417e3f69f9f0 (patch) | |
tree | f799b67725c9edbc97f7d8ec84481f219b3f1e40 /devel | |
parent | 6e04ce1cc5a6a303c0eadcbd89340e184685e454 (diff) | |
download | freebsd-ports-gnome-07a94b7e6292b16f59135f211218417e3f69f9f0.tar.gz freebsd-ports-gnome-07a94b7e6292b16f59135f211218417e3f69f9f0.tar.zst freebsd-ports-gnome-07a94b7e6292b16f59135f211218417e3f69f9f0.zip |
Only for i386.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fastcrc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile index a1f69ea98da4..698f62e89463 100644 --- a/devel/fastcrc/Makefile +++ b/devel/fastcrc/Makefile @@ -3,7 +3,7 @@ # Date created: 27 April 1999 # Whom: G. Adam Stanislav <adam@whizkidtech.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/01 03:35:55 steve Exp $ # DISTNAME= fastcrc-1.0 @@ -14,6 +14,8 @@ MAINTAINER= adam@whizkidtech.net BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm:install +ONLY_FOR_ARCHS= i386 + do-install: ${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib ln -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so |