diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-20 17:59:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-20 17:59:54 +0000 |
commit | c33ac31a0ea96da80057abb59443f84528c9857c (patch) | |
tree | 425ac5ade6c97307e18a482f12bffaf601128798 /math | |
parent | Update to 5.09. (diff) |
Mark NOT_FOR_ARCHS=alpha.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Reported by: kris via bento
Notes
Notes:
svn path=/head/; revision=87393
Diffstat (limited to 'math')
-rw-r--r-- | math/gretl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 7a7480d11f3b..97a3d1aaad0f 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --enable-static --enable-shared --with-gmake INSTALLS_SHLIB= yes +NOT_FOR_ARCHS= alpha + MAN1= gretl.1 gretl-config.1 .include <bsd.port.pre.mk> |