diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
commit | d1107bb40e81d1186ea75412dd5d61d736e4d726 (patch) | |
tree | 103926d89737f146b97db5255f054196dadab9fc /editors/madedit | |
parent | d89dccb61e24d9db4b71225fafab4061ae50cf51 (diff) |
Notes
Diffstat (limited to 'editors/madedit')
-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 16dd3e379314..fe438fbcb62a 100644 --- a/editors/madedit/Makefile +++ b/editors/madedit/Makefile @@ -18,7 +18,7 @@ USE_WX= 2.6+ WANT_UNICODE= yes MAKE_JOBS_SAFE= yes -LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost +LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} |