diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 03:59:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 03:59:25 +0000 |
commit | 8fdead918f2e0033ce992789a2b0a96cefb50d1d (patch) | |
tree | 5235e0e6b17daa6a78c2bef6af056c70979c4a12 | |
parent | 70f4d3b90e29cd90a60f9d1b4136ecfddd3fabbd (diff) |
Notes
-rw-r--r-- | net/tintin++-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index e18e279ba42b..59197798e2b1 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/tt/src GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GCC= 3.2+ PLIST_FILES= bin/tt++ PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt @@ -30,6 +31,7 @@ PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline CFLAGS+= -I ${LOCALBASE}/include MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" +MAKE_ARGS+= LDFLAGS=${PTHREAD_LIBS} .endif post-patch: |