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/easystroke/Makefile | |
parent | c4645f731a53ba79207bee6555d94df477deb0fc (diff) | |
download | ports-836c2938d13dd8f3de8529a539c0e99b8b132537.tar.gz ports-836c2938d13dd8f3de8529a539c0e99b8b132537.zip |
Notes
Diffstat (limited to 'deskutils/easystroke/Makefile')
-rw-r--r-- | deskutils/easystroke/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/easystroke/Makefile b/deskutils/easystroke/Makefile index 69e500216127..8062399443b8 100644 --- a/deskutils/easystroke/Makefile +++ b/deskutils/easystroke/Makefile @@ -13,15 +13,17 @@ COMMENT= Easystroke is a gesture-recognition application for X11 LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to build: handler.cc:560:27: call of overloaded 'abs(float&)' is ambiguous + BUILD_DEPENDS= help2man:misc/help2man \ ${LOCALBASE}/include/xorg/xserver-properties.h:x11-servers/xorg-server LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ libboost_serialization.so:devel/boost-libs +USES= compiler:c++11-lang gettext gmake pkgconfig USE_GNOME= gtkmm30 USE_XORG= x11 xext xfixes xi xtst -USES= compiler:c++11-lang gettext gmake pkgconfig USE_CXXSTD= c++11 INSTALLS_ICONS= yes |