diff options
author | roger <roger@FreeBSD.org> | 2002-05-24 10:52:13 +0000 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-05-24 10:52:13 +0000 |
commit | f828965e9fb14ee6243cc145a205b93a44dfb040 (patch) | |
tree | d0057481c6a0e7084888e4a37cdc75dfa828f58c /net/ekiga | |
parent | 020a7ab1db18430f0da4caf57df2f1581566bb7a (diff) | |
download | FreeBSD-ports-f828965e9fb14ee6243cc145a205b93a44dfb040.zip FreeBSD-ports-f828965e9fb14ee6243cc145a205b93a44dfb040.tar.gz |
Bump port revision as the openh323 libraries have been updated
Add OSTYPE so GM compiles on machines with bash
Add USE_BISON to ensure we never fall over the problem that bento does not
use the dependencies in the OpenH323 port
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index 2341773..8c62c5d 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomemeeting PORTVERSION= 0.85.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= http://www.gnomemeeting.org/downloads/latest/sources/ DISTNAME= GnomeMeeting-0.85.1 @@ -23,6 +24,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build NOCLEANDEPENDS= yes USE_NEWGCC= yes +USE_BISON= yes USE_GNOME= yes USE_AUTOCONF= yes USE_GTK= yes @@ -32,7 +34,8 @@ CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/wor --with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \ --with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \ --with-ldap=/usr/local -CONFIGURE_ENV= LIBS=-L${PREFIX}/lib \ +CONFIGURE_ENV= OSTYPE=${OPSYS} \ + LIBS=-L${PREFIX}/lib \ PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \ |