svn commit: r305855 - head/x11/nvidia-settings

Alexander Nedotsukov bland at FreeBSD.org
Sun Oct 14 02:00:52 UTC 2012


Author: bland
Date: Sun Oct 14 02:00:51 2012
New Revision: 305855
URL: http://svn.freebsd.org/changeset/ports/305855

Log:
  Fix build failure.
  
  - Typo in ldflags specifier.
  - Add Xext dependency.
  
  Feature safe:	yes

Modified:
  head/x11/nvidia-settings/Makefile

Modified: head/x11/nvidia-settings/Makefile
==============================================================================
--- head/x11/nvidia-settings/Makefile	Sun Oct 14 00:16:15 2012	(r305854)
+++ head/x11/nvidia-settings/Makefile	Sun Oct 14 02:00:51 2012	(r305855)
@@ -20,7 +20,7 @@ USE_BZIP2=	yes
 USE_GNOME=	gtk20
 USE_GMAKE=	yes
 USE_GL=		gl
-USE_XORG=	xv
+USE_XORG=	xv xext
 
 PLIST_FILES=	bin/nvidia-settings
 MANCOMPRESSED=	yes
@@ -32,7 +32,7 @@ MAKE_ENV=	NV_VERBOSE= \
 		INSTALL_MAN="${INSTALL_MAN}" \
 		prefix=${PREFIX} \
 		X_CFLAGS=-I${LOCALBASE}/include \
-		X_LDLAGS=-L${LOCALBASE}/lib
+		X_LDFLAGS=-L${LOCALBASE}/lib
 
 post-extract:	.SILENT
 	${RM} -f ${WRKSRC}/src/libXNVCtrl/libXNVCtrl.a


More information about the svn-ports-all mailing list