diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-24 15:03:30 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-24 15:03:30 +0800 |
commit | 085898a790b88613e25ff3e5a239d3ae0a443b01 (patch) | |
tree | 09b7766e41d860b50df2f0d43e14f9ae9b5f3a63 /net-im | |
parent | f44acc6739261a32fb4446f00f434a46ddbeaba1 (diff) | |
download | freebsd-ports-gnome-085898a790b88613e25ff3e5a239d3ae0a443b01.tar.gz freebsd-ports-gnome-085898a790b88613e25ff3e5a239d3ae0a443b01.tar.zst freebsd-ports-gnome-085898a790b88613e25ff3e5a239d3ae0a443b01.zip |
Due to a missed patch conflict, I forgot to commit this Makefile hunk
that allows meanwhile-gaim to build with Gaim 0.80.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/meanwhile-gaim/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-im/meanwhile-gaim/Makefile b/net-im/meanwhile-gaim/Makefile index 442817017932..f51303051228 100644 --- a/net-im/meanwhile-gaim/Makefile +++ b/net-im/meanwhile-gaim/Makefile @@ -22,10 +22,9 @@ RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack lthack gtk20 -USE_INC_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-gaim-source=${X11BASE}/include/gaim -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +USE_GNOME= gnomeprefix gnomehack gtk20 +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |