diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-12 07:48:37 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-12 07:48:37 +0000 |
commit | 41b40639cf56b530302a445520ce2822e16b6416 (patch) | |
tree | ecea8ef9a44de6e672a67765bd00d00a413bbebd /misc/gretl/Makefile | |
parent | f520749884c8f6c032119da664d6ac23c6973293 (diff) | |
download | FreeBSD-ports-41b40639cf56b530302a445520ce2822e16b6416.zip FreeBSD-ports-41b40639cf56b530302a445520ce2822e16b6416.tar.gz |
upgrade to 1.0.8
PR: 51864
Submitted by: Ports Fury
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r-- | misc/gretl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index f2362325..0cc5741 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -38,7 +38,7 @@ MAN1= gretl.1 gretl-config.1 .if ${HAVE_GNOME:Mlibgnomeui}!="" PKGNAMESUFFIX= -gnome -USE_GNOME+= gnomeprefix libgnomeprintui +USE_GNOME+= gnomeprefix libgnomeprintui libgnomeui PLIST_SUB+= GRETLDATADIR="share/gnome" .else CONFIGURE_ARGS+= --without-gnome |