svn commit: r317382 - head/sysutils/eroaster

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 22:24:32 UTC 2013


Author: bapt
Date: Sat May  4 22:24:31 2013
New Revision: 317382
URL: http://svnweb.freebsd.org/changeset/ports/317382

Log:
  cdrecord is checked by the configure script

Modified:
  head/sysutils/eroaster/Makefile

Modified: head/sysutils/eroaster/Makefile
==============================================================================
--- head/sysutils/eroaster/Makefile	Sat May  4 22:22:03 2013	(r317381)
+++ head/sysutils/eroaster/Makefile	Sat May  4 22:24:31 2013	(r317382)
@@ -12,6 +12,7 @@ MAINTAINER=	dave at gufi.org
 COMMENT=	A GNOME2 frontend to mkisofs/cdrecord
 
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gnome/_gnome.so:${PORTSDIR}/x11-toolkits/py-gnome2
+BUILD_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 RUN_DEPENDS=	cdrecord:${PORTSDIR}/sysutils/cdrtools
 
 .if defined(WITH_ADDITIONAL_PROGRAMS)


More information about the svn-ports-all mailing list