From 2521c4748a2445982259fe7166e03b6a67fbf772 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Wed, 27 Dec 2017 20:41:37 +0000 Subject: [PATCH] Typo in comment. --- editors/libreoffice/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 35819ff7ee1..8fdee8991cc 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.175 2017/11/16 23:20:38 naddy Exp $ +# $OpenBSD: Makefile,v 1.176 2017/12/27 20:41:37 ajacoutot Exp $ USE_WXNEEDED= Yes @@ -160,8 +160,8 @@ BUILD_DEPENDS+= archivers/zip \ ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS} -# configure checks for librsvg support; no LIB/RUN_DEPENDS because libcups -# and librsvg is only dlopen()ed if found +# configure checks for librsvg support; no LIB/RUN_DEPENDS because it is only +# dlopen()ed if found BUILD_DEPENDS += x11/gnome/librsvg COMPILER = base-clang ports-gcc