diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-09 18:13:40 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-09 18:13:40 +0000 |
commit | 02a09b544b29378b4158bd1373c9988ce3191ce9 (patch) | |
tree | d3105a5b8dfa1383632375f68d636369572020ce /misc/gretl/Makefile | |
parent | dbb73f0a0dc959edea3fce216c206f487715c633 (diff) |
Notes
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r-- | misc/gretl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index 6dc3ba275cd4..37305a2eaeec 100644 --- a/misc/gretl/Makefile +++ b/misc/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: |