diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 09:29:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 09:29:59 +0800 |
commit | 9021289b7f693e4e9750f040e2c85471379c5f59 (patch) | |
tree | 506a57334be63a82f2f1109fd02ba08ae813cc23 /x11 | |
parent | 834e348414bbe9a62c6007975ac1f314c3e47cee (diff) | |
download | freebsd-ports-gnome-9021289b7f693e4e9750f040e2c85471379c5f59.tar.gz freebsd-ports-gnome-9021289b7f693e4e9750f040e2c85471379c5f59.tar.zst freebsd-ports-gnome-9021289b7f693e4e9750f040e2c85471379c5f59.zip |
Add a missing dependency on xproto.
Reported by: bento
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 755347e9e6e3..de70655aef35 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -7,7 +7,7 @@ PORTNAME= libXv PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ @@ -16,6 +16,7 @@ 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 \ + ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} @@ -29,6 +30,4 @@ CFLAGS+= -DMALLOC_0_RETURNS_NULL INSTALLS_SHLIB= yes USE_GNOME= gnomehack pkgconfig -BROKEN= Does not compile - .include <bsd.port.mk> |