diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2011-06-09 16:10:46 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2011-06-09 16:10:46 +0000 |
commit | 84173fcb600a5bca9915720f6dca3eef36be9c2c (patch) | |
tree | d47d013bfa302977d4cc0006f41d26795d7c3470 | |
parent | Remove lang/njs and ports that depends on it, njs has no more public distfile... (diff) |
-Add a missing dependency, rarian.
-Move CPPFLAGS outside the CONFIGURE_ENV.
-Bump the PORTREVISION.
Reported by: pointyhat (pav)
Notes
Notes:
svn path=/head/; revision=275279
-rw-r--r-- | math/gnumeric/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index e3a89d49a787..790950b8d938 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -9,6 +9,7 @@ PORTNAME= gnumeric PORTVERSION= 1.10.14 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,8 +17,10 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The GNOME 2 spreadsheet +BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LIB_DEPENDS= goffice-0.8.8:${PORTSDIR}/devel/goffice \ psiconv.10:${PORTSDIR}/converters/psiconv +RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -34,10 +37,9 @@ WANT_PERL= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ python_prog=${PYTHON_VERSION} - +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} MAKE_JOBS_SAFE= yes GLIB_SCHEMAS= org.gnome.gnumeric.dialogs.gschema.xml \ |