diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-20 20:28:14 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-20 20:28:14 +0000 |
commit | 30af7b687ec04b5824e456e5872927901b8cdd0c (patch) | |
tree | cd0d4db1d5cad92487313b1654e140beadda6a0d /graphics | |
parent | add _RINGSERVER to _GNOME. (diff) |
`rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_mesa3/Makefile | 2 | ||||
-rw-r--r-- | graphics/xmovie/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile index e04c9ef3a6a7..78a66d0be3d8 100644 --- a/graphics/linux_mesa3/Makefile +++ b/graphics/linux_mesa3/Makefile @@ -18,7 +18,7 @@ PATCHFILES= MAINTAINER= mastake@msel.t.u-tokyo.ac.jp -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/misc/rpm +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm RUN_DEPENDS= \ /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base diff --git a/graphics/xmovie/Makefile b/graphics/xmovie/Makefile index b08fc577ac58..80569e9491b1 100644 --- a/graphics/xmovie/Makefile +++ b/graphics/xmovie/Makefile @@ -13,8 +13,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.i386.rpm MAINTAINER= sanpei@FreeBSD.org -BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm \ - rpm2cpio:${PORTSDIR}/misc/rpm2cpio +BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm RUN_DEPENDS= ${LINUX_BASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ ${LINUX_BASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \ ${LINUX_BASE}/usr/lib/libpng.so.2.1.0.3:${PORTSDIR}/graphics/linux-png |