diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-19 21:20:48 +0000 |
commit | c7611291caed7042dac74061e36e3fa5ba7ed166 (patch) | |
tree | 1d2de5d52eb1b8904d425116b2afd36170dab951 /net/tintin++-devel | |
parent | af96ced369a5fd129e406f51d4135261e2b70bb3 (diff) | |
download | ports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip |
Notes
Diffstat (limited to 'net/tintin++-devel')
-rw-r--r-- | net/tintin++-devel/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile index 919dc77c2b27..3f4fc91f2051 100644 --- a/net/tintin++-devel/Makefile +++ b/net/tintin++-devel/Makefile @@ -25,15 +25,6 @@ USE_GCC= 3.2+ PLIST_FILES= bin/tt++ PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -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: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.in @@ -46,4 +37,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |