diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-10 16:48:51 +0000 |
commit | f0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch) | |
tree | eb25a1bb38a1d88bc48792c4bc3007a7580d627d /multimedia/xmovie | |
parent | Forced commit to note that the previous revision also included patches (diff) |
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes
Notes:
svn path=/head/; revision=69808
Diffstat (limited to 'multimedia/xmovie')
-rw-r--r-- | multimedia/xmovie/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xmovie/pkg-comment | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/xmovie/Makefile b/multimedia/xmovie/Makefile index 4a13eed625ec..c24993cee500 100644 --- a/multimedia/xmovie/Makefile +++ b/multimedia/xmovie/Makefile @@ -14,8 +14,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}.i386.rpm MAINTAINER= ports@FreeBSD.org -PORTCOMMENT= A movie player for MPEG-2 and Quicktime movies - 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 \ diff --git a/multimedia/xmovie/pkg-comment b/multimedia/xmovie/pkg-comment new file mode 100644 index 000000000000..cd1622636da8 --- /dev/null +++ b/multimedia/xmovie/pkg-comment @@ -0,0 +1 @@ +A movie player for MPEG-2 and Quicktime movies |