svn commit: r305243 - head/x11/kdebase3

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 4 09:12:06 UTC 2012


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
 



More information about the svn-ports-all mailing list