diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 16:44:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 16:44:04 +0800 |
commit | 54fe086946300e97f880eadf5c3294ffafd89807 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /www/groupoffice | |
parent | 117881353a4b7072903cc6e7f10e947c2fa9dcc5 (diff) | |
download | freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.gz freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.tar.zst freebsd-ports-gnome-54fe086946300e97f880eadf5c3294ffafd89807.zip |
Fix some non default LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'www/groupoffice')
-rw-r--r-- | www/groupoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile index 1d201e74e7bf..05e6f95ea7e8 100644 --- a/www/groupoffice/Makefile +++ b/www/groupoffice/Makefile @@ -42,7 +42,7 @@ USE_PHP+= calendar .endif .if ${PORT_OPTIONS:MWBXML} -LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 +LIB_DEPENDS= libwbxml2.so:${PORTSDIR}/textproc/wbxml2 .endif do-install: |