diff options
author | krion <krion@FreeBSD.org> | 2003-10-10 02:13:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-10 02:13:40 +0800 |
commit | 0d667e29121bc1cee9d9f9db92b837bcb3110357 (patch) | |
tree | d4105c4b099487e013cba49cb5a4cb95e8d388be /math/gretl/Makefile | |
parent | 20ac1b56d9bcb6c2c448aae938b78364500ef5e4 (diff) | |
download | freebsd-ports-gnome-0d667e29121bc1cee9d9f9db92b837bcb3110357.tar.gz freebsd-ports-gnome-0d667e29121bc1cee9d9f9db92b837bcb3110357.tar.zst freebsd-ports-gnome-0d667e29121bc1cee9d9f9db92b837bcb3110357.zip |
- Update to version 1.1.4
PR: 57806
Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 6dc3ba275cd4..37305a2eaeec 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes USE_X_PREFIX= yes WANT_GNOME= yes -USE_GNOME= gnometarget gtk20 libxml2 +USE_GNOME= gnomeprefix gnometarget gtksourceview libxml2 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -42,11 +42,9 @@ BROKEN= "math/lapack appears to be broken on alpha" .if ${HAVE_GNOME:Mlibgnomeui}!="" PKGNAMESUFFIX= -gnome -USE_GNOME+= gnomeprefix libgnomeprintui libgnomeui -PLIST_SUB+= GRETLDATADIR="share/gnome" +USE_GNOME+= libgnomeprintui libgnomeui .else CONFIGURE_ARGS+= --without-gnome -PLIST_SUB+= GRETLDATADIR="share" .endif post-patch: |