aboutsummaryrefslogtreecommitdiff
path: root/misc/gretl/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-01-20 16:41:49 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-01-20 16:41:49 +0000
commitd1f7862a6eed5b6bda0da085c1b6b92293280051 (patch)
tree6db009037e19a7ca9430545bdd8fe77a9867eaea /misc/gretl/Makefile
parent4026f0b21726b9297d8174717c4625b02ef90198 (diff)
Notes
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r--misc/gretl/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile
index 4fc1e96b35de..4b6653a697bd 100644
--- a/misc/gretl/Makefile
+++ b/misc/gretl/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gretl
-PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTVERSION= 1.5.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -41,10 +40,13 @@ MAN1= gretl.1 gretl-config.1
BROKEN= "math/lapack appears to be broken on alpha"
.endif
+.if ${OSVERSION} < 500018
+LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.endif
+
.if ${HAVE_GNOME:Mlibgnomeui}!=""
PKGNAMESUFFIX= -gnome
USE_GNOME+= gnomeprefix gtksourceview libgnomeui
-INSTALLS_OMF= yes
GCONF_SCHEMAS= gretl.schemas
DATADIR= ${PREFIX}/share/gnome/${PORTNAME}
.else