diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-24 07:03:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-24 07:03:30 +0000 |
commit | bc79814d8b73b9b400d166202094197771a5a5c9 (patch) | |
tree | 195689073ff0168ff0d4f6852c60ad8955e769dd /net-im/meanwhile-gaim | |
parent | f53d36fa266c4a9f2adfbb5531a5db769929b39a (diff) | |
download | ports-bc79814d8b73b9b400d166202094197771a5a5c9.tar.gz ports-bc79814d8b73b9b400d166202094197771a5a5c9.zip |
Notes
Diffstat (limited to 'net-im/meanwhile-gaim')
-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> |