diff options
author | anholt <anholt@FreeBSD.org> | 2004-05-13 10:29:28 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-05-13 10:29:28 +0800 |
commit | 3a2d52f6e58024188a8f757b2965598cf5238e91 (patch) | |
tree | aec922a63a46755a92c9c481f46ea3f41a265cbe /x11/libXv | |
parent | e27b75bba37d21fbff1afbd4fd24d65292302bbe (diff) | |
download | freebsd-ports-gnome-3a2d52f6e58024188a8f757b2965598cf5238e91.tar.gz freebsd-ports-gnome-3a2d52f6e58024188a8f757b2965598cf5238e91.tar.zst freebsd-ports-gnome-3a2d52f6e58024188a8f757b2965598cf5238e91.zip |
Requires libXext, which includes the rest of these dependencies.
Reported by: bento via kris
Diffstat (limited to 'x11/libXv')
-rw-r--r-- | x11/libXv/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index b1ea6f505bcc..5e635edb316d 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -13,10 +13,8 @@ MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org 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} +LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext +BUILD_DEPENDS= ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} CONFLICTS= XFree86-libraries-* |