aboutsummaryrefslogtreecommitdiff
path: root/net/meanwhile-gaim/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-24 07:03:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-24 07:03:30 +0000
commitbc79814d8b73b9b400d166202094197771a5a5c9 (patch)
tree195689073ff0168ff0d4f6852c60ad8955e769dd /net/meanwhile-gaim/Makefile
parentf53d36fa266c4a9f2adfbb5531a5db769929b39a (diff)
downloadports-bc79814d8b73b9b400d166202094197771a5a5c9.tar.gz
ports-bc79814d8b73b9b400d166202094197771a5a5c9.zip
Due to a missed patch conflict, I forgot to commit this Makefile hunk
that allows meanwhile-gaim to build with Gaim 0.80.
Notes
Notes: svn path=/head/; revision=114553
Diffstat (limited to 'net/meanwhile-gaim/Makefile')
-rw-r--r--net/meanwhile-gaim/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/meanwhile-gaim/Makefile b/net/meanwhile-gaim/Makefile
index 442817017932..f51303051228 100644
--- a/net/meanwhile-gaim/Makefile
+++ b/net/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>