1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Do not overwrite BUILD_DEPENDS

Reported by:	flo
This commit is contained in:
Baptiste Daroussin 2013-05-04 22:32:54 +00:00
parent 56a69516d0
commit b3db8883de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317388

View File

@ -11,8 +11,8 @@ DISTNAME= ${PORTNAME}-2.2.0-0.6
MAINTAINER= dave@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
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/_gnome.so:${PORTSDIR}/x11-toolkits/py-gnome2 \
cdrecord:${PORTSDIR}/sysutils/cdrtools
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
.if defined(WITH_ADDITIONAL_PROGRAMS)