aboutsummaryrefslogtreecommitdiff
path: root/editors/madedit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 10:53:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 10:53:38 +0000
commite467cb1db54df71170364ee0a9dca38a32b11b0b (patch)
tree6cb6f0da787d4b67708abc802fa739d71222bbdc /editors/madedit
parent8ae25a440e4a7875b74a89f412b5029292e6d6f1 (diff)
downloadports-e467cb1db54df71170364ee0a9dca38a32b11b0b.tar.gz
ports-e467cb1db54df71170364ee0a9dca38a32b11b0b.zip
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes: svn path=/head/; revision=336253
Diffstat (limited to 'editors/madedit')
-rw-r--r--editors/madedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile
index 6132449144b1..ec5e14fd7f54 100644
--- a/editors/madedit/Makefile
+++ b/editors/madedit/Makefile
@@ -16,7 +16,7 @@ USES= gettext pkgconfig dos2unix
USE_WX= 2.6+
WANT_UNICODE= yes
-LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+= libboost_regex.so:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}