diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:00:27 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:00:27 +0800 |
commit | 9b4f1ee50615a355fe1c4a1abc27abe19db8c029 (patch) | |
tree | 22c87bd3032b7c01aa5df43527c874c8f2c6d30c /misc/gretl/Makefile | |
parent | e9b02b6de79ee97a0c2ae40430ae711c08bcbd4f (diff) | |
download | freebsd-ports-gnome-9b4f1ee50615a355fe1c4a1abc27abe19db8c029.tar.gz freebsd-ports-gnome-9b4f1ee50615a355fe1c4a1abc27abe19db8c029.tar.zst freebsd-ports-gnome-9b4f1ee50615a355fe1c4a1abc27abe19db8c029.zip |
upgrade to 1.0.2
PR: 46420
Submitted by: Ports Fury
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r-- | misc/gretl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index 674d15e353e0..80d6efb1c83f 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 1.0 +PORTVERSION= 1.0.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,6 @@ BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -GNU_CONFIGURE= yes USE_AUTOCONF_VER= 253 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |