diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:49:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-18 18:49:44 +0000 |
commit | a5cc543c9f714cc66ae17d4790229b1b68f28c1d (patch) | |
tree | 581e35545d48e5779b812884e8f6b232bb2c1541 /math/gnumeric2 | |
parent | d0314a27e2b082a872c5edbe2dc5a53a57692c9b (diff) | |
download | ports-a5cc543c9f714cc66ae17d4790229b1b68f28c1d.tar.gz ports-a5cc543c9f714cc66ae17d4790229b1b68f28c1d.zip |
Notes
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index ba7dc54ad265..0c6b71842a58 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnumeric2 PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/${PORTNAME:S/2$//} @@ -17,6 +18,7 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gal-2-0.2:${PORTSDIR}/x11-toolkits/gal2 \ + gda-2.1:${PORTSDIR}/databases/libgda2 \ gsf-1.4:${PORTSDIR}/devel/libgsf USE_BZIP2= yes @@ -36,13 +38,6 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION=${PORTVERSION}-bonobo -.if defined(WITH_DATABASE_ACCESS) -LIB_DEPENDS+= gda-2.1:${PORTSDIR}/databases/libgda2 -CONFIGURE_ARGS+= --with-gda -.else -CONFIGURE_ARGS+= --without-gda -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |