Date: Thu, 4 Oct 2012 08:22:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305243 - head/x11/kdebase3 Message-ID: <201210040822.q948MFks004802@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 4 08:22:15 2012 New Revision: 305243 URL: http://svn.freebsd.org/changeset/ports/305243 Log: Fix mistake while converting Reported by: jase Modified: head/x11/kdebase3/Makefile Modified: head/x11/kdebase3/Makefile ============================================================================== --- head/x11/kdebase3/Makefile Thu Oct 4 08:13:51 2012 (r305242) +++ head/x11/kdebase3/Makefile Thu Oct 4 08:22:15 2012 (r305243) @@ -59,11 +59,11 @@ LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/ EXTRA_PATCHES+= ${FILESDIR}/extrapatch-libusb20 .endif -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MARTSWRAPPER} RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper .endif -.if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MHTDIG} RUN_DEPENDS+= htdig:${PORTSDIR}/textproc/htdig .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210040822.q948MFks004802>