summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/lives/Makefile2
-rw-r--r--sysutils/burn/Makefile2
-rw-r--r--sysutils/graveman/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index 4738d5470bca..c41b2c9a4a40 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -32,7 +32,6 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \
xmms:${PORTSDIR}/multimedia/xmms \
mpg123:${PORTSDIR}/audio/mpg123 \
ogg123:${PORTSDIR}/audio/vorbis-tools \
- cdda2wav:${PORTSDIR}/sysutils/cdrtools \
gs:${PORTSDIR}/print/ghostscript-gnu \
sswf:${PORTSDIR}/graphics/sswf \
${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r
@@ -40,6 +39,7 @@ RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \
USE_BZIP2= yes
USE_PYTHON= yes
USE_PERL5= yes
+USE_CDRTOOLS= yes
USE_GNOME= gtk20
USE_GETTEXT= yes
USE_SDL= yes
diff --git a/sysutils/burn/Makefile b/sysutils/burn/Makefile
index a6d4adc73284..e4e5581a9d8b 100644
--- a/sysutils/burn/Makefile
+++ b/sysutils/burn/Makefile
@@ -16,9 +16,9 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep based CD burning program
LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
-RUN_DEPENDS+= cdrecord:${PORTSDIR}/sysutils/cdrtools
RUN_DEPENDS+= cdrdao:${PORTSDIR}/sysutils/cdrdao
+USE_CDRTOOLS= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile
index 949ff248af61..89fa704aaf41 100644
--- a/sysutils/graveman/Makefile
+++ b/sysutils/graveman/Makefile
@@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/}
MAINTAINER= toxa@toxahost.ru
COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox
-RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools
LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng
USE_BZIP2= yes
@@ -22,6 +21,7 @@ USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
+USE_CDRTOOLS= yes
USE_GNOME= libglade2 intlhack gnomehack gnomeprefix
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"