diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-04-23 01:44:40 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-04-23 01:44:40 +0000 |
commit | 7f8e40d69a37119a53b5c8df9735b98b64f424ed (patch) | |
tree | 7b4390a548e42b4f4d3adda16691b6d6e77a898a | |
parent | 1dd689bdf09866656a12c6e2eea8350f03702947 (diff) | |
download | ports-7f8e40d69a37119a53b5c8df9735b98b64f424ed.tar.gz ports-7f8e40d69a37119a53b5c8df9735b98b64f424ed.zip |
Notes
-rw-r--r-- | devel/csmith/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index 683f1a63cb29..c798b42dc1fb 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -20,8 +20,6 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes -.include <bsd.port.pre.mk> - ONLY_FOR_ARCHS= i386 amd64 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |