diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-10 06:23:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-10 06:23:05 +0800 |
commit | ce65ceff64540d23131eb9bad3d71a419371abd2 (patch) | |
tree | 2705a1e49d309bf48522dfe1bbcf2e761070dfdc /net-im | |
parent | a1eaabd517f51265cf1d53fe2a4b04d1b3a91b00 (diff) | |
download | marcuscom-ports-ce65ceff64540d23131eb9bad3d71a419371abd2.tar marcuscom-ports-ce65ceff64540d23131eb9bad3d71a419371abd2.tar.gz marcuscom-ports-ce65ceff64540d23131eb9bad3d71a419371abd2.tar.bz2 marcuscom-ports-ce65ceff64540d23131eb9bad3d71a419371abd2.tar.lz marcuscom-ports-ce65ceff64540d23131eb9bad3d71a419371abd2.tar.xz marcuscom-ports-ce65ceff64540d23131eb9bad3d71a419371abd2.tar.zst marcuscom-ports-ce65ceff64540d23131eb9bad3d71a419371abd2.zip |
Forgot to save in vim, last one to sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8476 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gaim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 56a883374..2438480e4 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification CONFLICTS?= ja-gaim-[0-9]* gaim-devel-2* +USE_AUTOTOOLS= libtool:15 USE_XLIB= yes USE_GETTEXT= yes USE_GMAKE= yes @@ -130,6 +131,7 @@ post-patch: -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ -e 's|-lsilc -lsilcclient ${PTHREAD_LIBS} -ldl|-lsilc -lsilcclient ${PTHREAD_LIBS} -liconv|' \ -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ + -e 's|echo aout|echo elf|g' \ -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ ${WRKSRC}/configure .if defined(WITH_BIG5) |