diff options
author | shurd <shurd@FreeBSD.org> | 2019-04-22 13:45:17 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2019-04-22 13:45:17 +0800 |
commit | 46e4b013ceb1fd59e2a192f9736ba07854bef4a7 (patch) | |
tree | cf9a9b75f4accf044f4e2bfebfcc13743005d96e /comms/quisk/Makefile | |
parent | b5f20dd921179a4693522587d3474218bdf6ef3c (diff) | |
download | freebsd-ports-gnome-46e4b013ceb1fd59e2a192f9736ba07854bef4a7.tar.gz freebsd-ports-gnome-46e4b013ceb1fd59e2a192f9736ba07854bef4a7.tar.zst freebsd-ports-gnome-46e4b013ceb1fd59e2a192f9736ba07854bef4a7.zip |
Fix multi-screen size handling, and fix test for wxWidgets
wx was imported in setup just to test if it was installed, then the script
prompted the user to continue. Comment this out.
The screen size was not properly checked. This caused issues on
multi-monitor systems. Fixed.
Reported by: db
Diffstat (limited to 'comms/quisk/Makefile')
-rw-r--r-- | comms/quisk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/quisk/Makefile b/comms/quisk/Makefile index 806c2e8d7f86..e7ab20d1b46d 100644 --- a/comms/quisk/Makefile +++ b/comms/quisk/Makefile @@ -3,6 +3,7 @@ PORTNAME= quisk PORTVERSION= 4.1.26 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= CHEESESHOP |