svn commit: r305409 - head/multimedia/libxine

Juergen Lock nox at FreeBSD.org
Sat Oct 6 21:54:50 UTC 2012


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"



More information about the svn-ports-all mailing list