diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-18 03:49:09 +0000 |
commit | 836c2938d13dd8f3de8529a539c0e99b8b132537 (patch) | |
tree | 011ecedd5c814f5703e586c87086601a7a0634a4 /deskutils/xneur | |
parent | c4645f731a53ba79207bee6555d94df477deb0fc (diff) | |
download | ports-836c2938d13dd8f3de8529a539c0e99b8b132537.tar.gz ports-836c2938d13dd8f3de8529a539c0e99b8b132537.zip |
Notes
Diffstat (limited to 'deskutils/xneur')
-rw-r--r-- | deskutils/xneur/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile index 8bd31e1b7fbb..6180149f3499 100644 --- a/deskutils/xneur/Makefile +++ b/deskutils/xneur/Makefile @@ -3,8 +3,8 @@ PORTNAME= xneur PORTVERSION= 0.17.0 -PORTREVISION= 4 DISTVERSIONSUFFIX=.orig +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/ DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} @@ -14,6 +14,8 @@ COMMENT= Auto keyboard switcher LICENSE= GPLv2 +BROKEN_powerpc64= fails to compile: text.c:272: nested functions are disabled, use -fnested-functions to re-enable + LIB_DEPENDS= libnotify.so:devel/libnotify \ libpcre.so:devel/pcre |