diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:29:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-08 01:29:59 +0000 |
commit | 6840df58b0de6b946551f8a01b5791df72a4e10b (patch) | |
tree | 8616770d0608edcbe2b10eadb6b5607a03cbde0a /x11/libXv | |
parent | b11e70ce2ea994e48c39a531138ed89a25e89559 (diff) | |
download | ports-6840df58b0de6b946551f8a01b5791df72a4e10b.tar.gz ports-6840df58b0de6b946551f8a01b5791df72a4e10b.zip |
Notes
Diffstat (limited to 'x11/libXv')
-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> |