diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 03:50:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 03:50:03 +0000 |
commit | 980148c0baf5d6de9c0336920edaa1ceeb8de4f7 (patch) | |
tree | 261681a5ddf784c5b402be126028d7474dd06d29 /math/gretl/Makefile | |
parent | 5e689f791a41a9f61ab35d0b4728f074fa4d2401 (diff) | |
download | ports-980148c0baf5d6de9c0336920edaa1ceeb8de4f7.tar.gz ports-980148c0baf5d6de9c0336920edaa1ceeb8de4f7.zip |
Notes
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 97a3d1aaad0f..6dc3ba275cd4 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -32,12 +32,14 @@ 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> +.if ${ARCH} == "alpha" +BROKEN= "math/lapack appears to be broken on alpha" +.endif + .if ${HAVE_GNOME:Mlibgnomeui}!="" PKGNAMESUFFIX= -gnome USE_GNOME+= gnomeprefix libgnomeprintui libgnomeui |