diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-27 14:01:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-27 14:01:28 +0800 |
commit | 39d5c914e6326e8a8d467443671625992af34ffc (patch) | |
tree | 8d710006a4927422c60da66c2c431fc8ab92d081 /net-im/meanwhile-gaim/Makefile | |
parent | af6030c0121de2a2f25b1ebb306b5ed7ebe61e0b (diff) | |
download | freebsd-ports-gnome-39d5c914e6326e8a8d467443671625992af34ffc.tar.gz freebsd-ports-gnome-39d5c914e6326e8a8d467443671625992af34ffc.tar.zst freebsd-ports-gnome-39d5c914e6326e8a8d467443671625992af34ffc.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
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" |