diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-30 21:19:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-30 21:19:35 +0800 |
commit | e03252716603e561d19568b9da4f6de567ddebb4 (patch) | |
tree | ebcf509c04d805a3c799dacc58acbcdb16d06b93 /net-im | |
parent | 06326bcff33405a161c9e3f23e353a63acf696a6 (diff) | |
download | freebsd-ports-gnome-e03252716603e561d19568b9da4f6de567ddebb4.tar.gz freebsd-ports-gnome-e03252716603e561d19568b9da4f6de567ddebb4.tar.zst freebsd-ports-gnome-e03252716603e561d19568b9da4f6de567ddebb4.zip |
Unbreak on 9amd64
I couldn't test on 8, various dependencies were failing
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/uTox/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/uTox/Makefile b/net-im/uTox/Makefile index f2f65cbe2651..fc84b0e71c73 100644 --- a/net-im/uTox/Makefile +++ b/net-im/uTox/Makefile @@ -21,13 +21,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 299184f -USES= desktop-file-utils gmake pkgconfig - -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 804000 -USES+= compiler:c++11-lang -.endif +USES= compiler:c11 desktop-file-utils gmake pkgconfig post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox |