diff options
author | flz <flz@FreeBSD.org> | 2008-03-13 18:33:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-03-13 18:33:56 +0800 |
commit | 0168f07d84c75869f83514e0ec3b0292b66a99ea (patch) | |
tree | 4bd27adb95880e52c0aea75078e283f0ae218c9a /x11/libXv | |
parent | b2adedb7b99ad39c6e1b3329104bfb688a6f28b1 (diff) | |
download | freebsd-ports-gnome-0168f07d84c75869f83514e0ec3b0292b66a99ea.tar.gz freebsd-ports-gnome-0168f07d84c75869f83514e0ec3b0292b66a99ea.tar.zst freebsd-ports-gnome-0168f07d84c75869f83514e0ec3b0292b66a99ea.zip |
- Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)
- Bump PORTREVISION on ports having xtrans in USE_XORG.
- Add some missing dependencies in various xorg libraries.
Diffstat (limited to 'x11/libXv')
-rw-r--r-- | x11/libXv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 02f6ad9af1fd..ca1050811ca3 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -7,6 +7,7 @@ PORTNAME= libXv PORTVERSION= 1.0.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11 @@ -14,7 +15,7 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X Video Extension library XORG_CAT= lib -USE_XORG= x11 xext xextproto videoproto:both +USE_XORG= x11 xext xextproto videoproto:both xproto:both MAN3= Xv.3 \ XvFreeAdaptorInfo.3 \ |