diff options
-rw-r--r-- | comms/cubicsdr/Makefile | 2 | ||||
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fusefs-sshfs/Makefile | 4 |
3 files changed, 2 insertions, 5 deletions
diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 3f6fd04704c3..3ab7cbb0d402 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -36,8 +36,6 @@ CMAKE_ARGS+= -DUSE_HAMLIB=1 .endif CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config -USE_WX= 3.1 -WX_COMPS= wx USE_GITHUB= yes GH_ACCOUNT= cjcliffe GH_PROJECT= CubicSDR diff --git a/net-im/Makefile b/net-im/Makefile index a3eac6b45576..5a7fe90a2a09 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -7,6 +7,7 @@ SUBDIR += beebeep SUBDIR += centerim SUBDIR += centerim-devel + SUBDIR += chatterino2 SUBDIR += climm SUBDIR += coccinella SUBDIR += convey diff --git a/sysutils/fusefs-sshfs/Makefile b/sysutils/fusefs-sshfs/Makefile index 252695215968..045c96e6d744 100644 --- a/sysutils/fusefs-sshfs/Makefile +++ b/sysutils/fusefs-sshfs/Makefile @@ -18,12 +18,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c11 fuse:3 gnome meson pkgconfig -USE_GNOME= glib20 - USE_GITHUB= yes GH_ACCOUNT= libfuse - USE_GNOME= glib20 + CFLAGS+= -DNDEBUG PLIST_FILES= bin/sshfs |