aboutsummaryrefslogtreecommitdiffstats
path: root/cad/kicad-devel
diff options
context:
space:
mode:
authormr <mr@FreeBSD.org>2015-02-25 19:03:09 +0800
committermr <mr@FreeBSD.org>2015-02-25 19:03:09 +0800
commit7949bda23962707c48bee9a8a0d0d94737ba3634 (patch)
tree043061903c1f9d56bced9a582a366f978da373ce /cad/kicad-devel
parent072a31bfe92a80e83f9e49005d6b8b433e8ebc83 (diff)
downloadfreebsd-ports-gnome-7949bda23962707c48bee9a8a0d0d94737ba3634.tar.gz
freebsd-ports-gnome-7949bda23962707c48bee9a8a0d0d94737ba3634.tar.zst
freebsd-ports-gnome-7949bda23962707c48bee9a8a0d0d94737ba3634.zip
Try to fix build on FreeBSD 8.* and 9.*
Diffstat (limited to 'cad/kicad-devel')
-rw-r--r--cad/kicad-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile
index d38b67ea09d0..9fe304b74342 100644
--- a/cad/kicad-devel/Makefile
+++ b/cad/kicad-devel/Makefile
@@ -25,6 +25,7 @@ LIBVERSION= 1.0
USE_GL= glew glu
USE_WX= 3.0
+WX_COMPS= wx
WX_UNICODE= yes
USE_GNOME= atk # Required by libwx_gtk2_aui-2.8.so
@@ -36,7 +37,7 @@ PLIST_SUB= OPSYS=${OPSYS} \
BINS= cvpcb eeschema gerbview kicad pcbnew
EXTRAS2RM= linux-non_unicode linux wings3d LINUX.README \
contrib_makefiles.txt running_kicad_under_W98.txt
-USES= desktop-file-utils shared-mime-info compiler:c++11-lang tar:bzip2 cmake \
+USES= desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake \
gettext python
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" \