diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 11:51:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 11:51:52 +0000 |
commit | fef02240eadfe71a1e40b737f40b3d44c610f203 (patch) | |
tree | 85fa201a8b2f77aa2eeebf378af8a1d9cc666b3a /cad | |
parent | 4ad115ab4e7cbe42412a4185a32532ea7f4b9b86 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index 018ccbc832f2..5586a5843055 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf USE_GMAKE= yes -USE_TK_RUN= 83 +USE_TK_RUN= 84 INSTALLS_ICONS= yes CONFIGURE_ENV+= INSTALL_DATA="/usr/bin/install ${COPY} ${_SHROWNGRP} -m ${SHAREMODE}" CPPFLAGS+= -I${LOCALBASE}/include |