diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-27 06:01:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-27 06:01:28 +0000 |
commit | e6ba606cdba8ce0a585725c51344b257e4b9a543 (patch) | |
tree | 36598e71a22cb72abbf675c8bdc7ea9a93996f02 /net-im/meanwhile-gaim/Makefile | |
parent | 354b79f0c7ae6bdfdd04d0e8dcc0ce81c80cc5ea (diff) | |
download | ports-e6ba606cdba8ce0a585725c51344b257e4b9a543.tar.gz ports-e6ba606cdba8ce0a585725c51344b257e4b9a543.zip |
Pull in the latest CVS snapshot to allow meanwhile-gaim to build with
Gaim 0.79. This also allows meanwhile to read server buddy lists, but it
is known to be broken with certain versions of Sametime.
Obtained from: Meanwhile CVS
Notes
Notes:
svn path=/head/; revision=112348
Diffstat (limited to 'net-im/meanwhile-gaim/Makefile')
-rw-r--r-- | net-im/meanwhile-gaim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/meanwhile-gaim/Makefile b/net-im/meanwhile-gaim/Makefile index e9426603fde5..44b8142378b0 100644 --- a/net-im/meanwhile-gaim/Makefile +++ b/net-im/meanwhile-gaim/Makefile @@ -7,6 +7,7 @@ PORTNAME= meanwhile PORTVERSION= 0.78 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org COMMENT= Provides Lotus Sametime support for Gaim -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/gaim:configure +BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim LIB_DEPENDS= meanwhile.0:${PORTSDIR}/net/meanwhile RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim @@ -24,7 +25,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack lthack gtk20 USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-gaim-source=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim-${PORTVERSION}/src +CONFIGURE_ARGS= --with-gaim-source=${X11BASE}/include/gaim CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |