diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 16:44:11 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 16:44:11 +0800 |
commit | 8fbe6afe1994e85a5d22f6202f09a9e5fbe2b6d9 (patch) | |
tree | a2f3c2b2dbdd84e408fa0545a547de8aab344cb8 /x11/libXv | |
parent | 6eb86f69284bfd902d11dc4b14a0b79d05b07a74 (diff) | |
download | freebsd-ports-gnome-8fbe6afe1994e85a5d22f6202f09a9e5fbe2b6d9.tar.gz freebsd-ports-gnome-8fbe6afe1994e85a5d22f6202f09a9e5fbe2b6d9.tar.zst freebsd-ports-gnome-8fbe6afe1994e85a5d22f6202f09a9e5fbe2b6d9.zip |
Correct COMMENT.
Diffstat (limited to 'x11/libXv')
-rw-r--r-- | x11/libXv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index e280a751693f..01b18a520bec 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -11,7 +11,7 @@ CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org -COMMENT= X11 Extension library +COMMENT= X Video Extension library LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xextensions.pc:${PORTSDIR}/x11/xextensions \ |