diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-08 03:56:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-08 03:56:49 +0800 |
commit | 1435b9d7fde0e3619a4c68455cd92e7ccf9517d4 (patch) | |
tree | 24c533025464f196ce0c08b9e5eec71e21b992d9 /math/gnumeric/Makefile | |
parent | 4cd569597453ae7b488693459599c6672bedc447 (diff) | |
download | freebsd-ports-graphics-1435b9d7fde0e3619a4c68455cd92e7ccf9517d4.tar.gz freebsd-ports-graphics-1435b9d7fde0e3619a4c68455cd92e7ccf9517d4.tar.zst freebsd-ports-graphics-1435b9d7fde0e3619a4c68455cd92e7ccf9517d4.zip |
Update to 1.0.7.
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index dbe0e174a10..baaa5cb3021 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.7 CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric @@ -26,7 +26,7 @@ USE_PERL5= yes USE_GMAKE= yes USE_GNOME= yes USE_PYTHON= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-evolution CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ |