Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 21:54:49 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305409 - head/multimedia/libxine
Message-ID:  <201210062154.q96Lsn9O048647@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Sat Oct  6 21:54:49 2012
New Revision: 305409
URL: http://svn.freebsd.org/changeset/ports/305409

Log:
  - Add USE_PKGCONFIG= build . [1]
  - Strip Makefile headers.
  
  Submitted by:	bapt [1]

Modified:
  head/multimedia/libxine/Makefile   (contents, props changed)

Modified: head/multimedia/libxine/Makefile
==============================================================================
--- head/multimedia/libxine/Makefile	Sat Oct  6 21:53:41 2012	(r305408)
+++ head/multimedia/libxine/Makefile	Sat Oct  6 21:54:49 2012	(r305409)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    libxine
-# Date created:         14 Oct 2000
-# Whom:                 alex
-#
+# Creates by: alex
 # $FreeBSD$
-#
 
 PORTNAME=	xine
 PORTVERSION=	1.2.2
@@ -51,6 +47,7 @@ USE_GL=		gl glu
 USE_PERL5_BUILD=yes
 USE_SDL=	sdl
 USE_LDCONFIG=	yes
+USE_PKGCONFIG=	build
 CONFIGURE_ENV=	THREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		THREAD_LIBS="${PTHREAD_LIBS}" \
 		EXTRA_X_LIBS="-lGL -lGLU -lXext -lX11 -lm"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210062154.q96Lsn9O048647>