[Midnightbsd-cvs] mports: Makefile: add xproto depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 14 16:16:58 EDT 2009


Log Message:
-----------
add xproto depends

Modified Files:
--------------
    mports/x11/libXvMC:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/libXvMC/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L x11/libXvMC/Makefile -L x11/libXvMC/Makefile -u -r1.1 -r1.2
--- x11/libXvMC/Makefile
+++ x11/libXvMC/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for:   libXvMC
-# Date Created:			8 Feb 206
-# Whom:				Eric Anholt <anholt at FreeBSD.org>
-#
-# $FreeBSD: ports/x11/libXvMC/Makefile,v 1.1 2007/05/19 20:26:57 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	libXvMC
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -15,6 +10,6 @@
 LICENSE=	unknown
 
 XORG_CAT=	lib
-USE_XORG=	x11 xext xv xextproto videoproto
+USE_XORG=	x11 xext xv xextproto videoproto xproto
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list