diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-21 11:50:54 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-21 11:50:54 +0000 |
commit | a498af1d9af3593c388b5fd2e09ece5da280b0dd (patch) | |
tree | f5622a4f8000a44a1e4bf65aa3709784faf26768 | |
parent | s/expat2/libxml2/ in LIB_DEPENDS to fix build on -current. (diff) |
Chase cdrdao dependency to sysutils/cdrdao
Pointy hat to: netchild
Notes
Notes:
svn path=/head/; revision=70663
-rw-r--r-- | audio/gdrdao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gdrdao/Makefile b/audio/gdrdao/Makefile index 6848d9486580..d5152ee0fc90 100644 --- a/audio/gdrdao/Makefile +++ b/audio/gdrdao/Makefile @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= cdrdao:${PORTSDIR}/audio/cdrdao +RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomelibs |