diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-09-29 03:05:51 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-09-29 03:05:51 +0000 |
commit | fa30a11c4ca465b26574ea0c0fb7bce5dab2d78c (patch) | |
tree | 2cf492c40cd672e1b1b42be6b5bd11b487b02f54 /devel/csmith/Makefile | |
parent | 3bc748d0b6bda07e1fcd9e5b50c4e347b38bae13 (diff) |
Notes
Diffstat (limited to 'devel/csmith/Makefile')
-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 5189a64824fa..09f7e0e93a7e 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -16,10 +16,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -USES= gmake +USES= gmake ONLY_FOR_ARCHS= i386 amd64 -NO_STAGE= yes .include <bsd.port.mk> |