diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-09-02 05:55:23 +0800 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-09-02 05:55:23 +0800 |
commit | fc532fc9f0687d2dd6d1d14a0de124357c9ebf96 (patch) | |
tree | 7f8728d53020b91d1f09df581490872713fbdf9f /editors | |
parent | f6862ef6519138ee01e5fd3d912b38341ad953e7 (diff) | |
download | freebsd-ports-gnome-fc532fc9f0687d2dd6d1d14a0de124357c9ebf96.tar.gz freebsd-ports-gnome-fc532fc9f0687d2dd6d1d14a0de124357c9ebf96.tar.zst freebsd-ports-gnome-fc532fc9f0687d2dd6d1d14a0de124357c9ebf96.zip |
Fix dependency. devel/cppunit113 does not exist any more.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice4/Makefile b/editors/libreoffice4/Makefile index 4db7e37f9256..b2dd46284144 100644 --- a/editors/libreoffice4/Makefile +++ b/editors/libreoffice4/Makefile @@ -21,7 +21,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/lib/libboost_regex.a:${PORTSDIR}/devel/boost-libs \ - cppunit-config:${PORTSDIR}/devel/cppunit113 \ + cppunit-config:${PORTSDIR}/devel/cppunit \ dmake:${PORTSDIR}/devel/dmake \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ mdds>=0.9.0:${PORTSDIR}/devel/mdds \ |