diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-05 20:45:05 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:40:23 +0800 |
commit | 09b7de37f5d4065a41bdacf501252b9a54649114 (patch) | |
tree | 894adb2d519b0b3d98614b5c7cfdbd04ce0c0edb /editors | |
parent | 0608baf9de20c7bb255a74948c3a3f364d4691b6 (diff) | |
download | freebsd-ports-gnome-09b7de37f5d4065a41bdacf501252b9a54649114.tar.gz freebsd-ports-gnome-09b7de37f5d4065a41bdacf501252b9a54649114.tar.zst freebsd-ports-gnome-09b7de37f5d4065a41bdacf501252b9a54649114.zip |
Cannot build with recent version of wxgtk, mark it as such
Diffstat (limited to 'editors')
-rw-r--r-- | editors/madedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile index 50a76e0990c4..76ecef4532f9 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs USES= gettext pkgconfig dos2unix desktop-file-utils -USE_WX= 2.8+ +USE_WX= 2.8 USE_XORG= x11 GNU_CONFIGURE= yes |