diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2014-05-17 20:45:05 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2014-05-17 20:45:05 +0000 |
commit | c661f50a95173cdb6f9b240dfb3ae02215d7a6a3 (patch) | |
tree | b133fa68ada37148e67e1871bffea558aa3cafff /net-im/toxic | |
parent | 7260477d90bdc3b7046a85767b57b85809fdfcc3 (diff) | |
download | ports-c661f50a95173cdb6f9b240dfb3ae02215d7a6a3.tar.gz ports-c661f50a95173cdb6f9b240dfb3ae02215d7a6a3.zip |
Notes
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 63259d8295cd..b67c987a47c8 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -24,6 +24,13 @@ SUB_FILES= pkg-message USES= ncurses:port pkgconfig USE_AUTOTOOLS= autoconf aclocal +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 900033 +USE_BINUTILS= yes +LDFLAGS+= -B${LOCALBASE}/bin +.endif + run-autotools: cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${AUTORECONF} -if @@ -33,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/misc/toxic.conf ${STAGEDIR}${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |