diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2003-08-28 06:44:56 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2003-08-28 06:44:56 +0000 |
commit | afbbd896cb5cdfc701077fbf8282146649aa522d (patch) | |
tree | e2bdfc475b16686f0ec37a4e22f675ef65730765 /net/ekiga | |
parent | b8a09195940cfdc7a7037d60dfc2f937bb9afd81 (diff) | |
download | ports-afbbd896cb5cdfc701077fbf8282146649aa522d.tar.gz ports-afbbd896cb5cdfc701077fbf8282146649aa522d.zip |
Notes
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 11 | ||||
-rw-r--r-- | net/ekiga/distinfo | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index d08acd922142..968e1bfa9c7d 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gnomemeeting -PORTVERSION= 0.96.1 -PORTREVISION= 1 +PORTVERSION= 0.98.0 CATEGORIES= net gnome -MASTER_SITES= http://www.gnomemeeting.org/downloads/0.96.1/sources/ +MASTER_SITES= http://www.gnomemeeting.org/downloads/0.98.0/sources/ MAINTAINER= roger@FreeBSD.org COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting @@ -30,13 +29,13 @@ CONFIGURE_TARGET= GNU_CONFIGURE= YES CONFIGURE_ENV= OSTYPE=${OPSYS} \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ - PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \ + PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \ OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \ SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \ CPPFLAGS="-I${LOCALBASE}/include" -CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \ - --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \ +CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \ + --with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \ --with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \ --with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \ --with-ldap-includes=${LOCALBASE}/include \ diff --git a/net/ekiga/distinfo b/net/ekiga/distinfo index d7334db0ec52..0ab67daa7624 100644 --- a/net/ekiga/distinfo +++ b/net/ekiga/distinfo @@ -1 +1 @@ -MD5 (gnomemeeting-0.96.1.tar.gz) = 980825e1cde57c3294d209380af5a36b +MD5 (gnomemeeting-0.98.0.tar.gz) = 4da5099d044602c712b613c078020bf7 |