summaryrefslogtreecommitdiff
path: root/cad/kicad
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-12-01 07:39:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-12-01 07:39:02 +0000
commitd750615763ee2d3250de2115295079f66d813d1f (patch)
tree05b94e79be3ac272b9b617e50fc723ea52c6cf34 /cad/kicad
parent- Respect X11BASE (diff)
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613 Submitted by: alepulver
Notes
Notes: svn path=/head/; revision=178433
Diffstat (limited to 'cad/kicad')
-rw-r--r--cad/kicad/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 63007ac8cacb..5b4a35247382 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -22,8 +22,6 @@ EXTRACT_ONLY= ${PORTNAME}-sources-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Schematic and PCB editing software
-LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
-
.if !defined(NOPORTDOCS)
DISTFILES+= doc_components-${DOCVERSION}.tgz:dat
DOCVERSION= 2006-06-26
@@ -36,10 +34,7 @@ USE_ZIP= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GL= yes
-
-MAKE_ENV= WX_CONFIG=${WX_CONFIG}
-
-WX_CONFIG= wxgtk2-2.6-config
+USE_WX= 2.6
INSTDIR= ${PORTNAME}
PLIST_SUB= INSTDIR=${INSTDIR} OPSYS=${OPSYS}