svn commit: r301712 - head/x11-fm/tdfsb

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 30 08:30:18 UTC 2012


Author: bapt
Date: Mon Jul 30 08:30:17 2012
New Revision: 301712
URL: http://svn.freebsd.org/changeset/ports/301712

Log:
  Fix build with pkgconf
  
  Reported by:	pointyhat (erwin)

Modified:
  head/x11-fm/tdfsb/Makefile

Modified: head/x11-fm/tdfsb/Makefile
==============================================================================
--- head/x11-fm/tdfsb/Makefile	Mon Jul 30 08:25:34 2012	(r301711)
+++ head/x11-fm/tdfsb/Makefile	Mon Jul 30 08:30:17 2012	(r301712)
@@ -26,9 +26,9 @@ USE_PKGCONFIG=	yes
 PORTDOCS=	README
 PLIST_FILES=	bin/${PORTNAME}
 
-CPPFLAGS+=	`${pkgconfig_DETECT} --cflags SDL_image glut` \
+CPPFLAGS+=	`${LOCALBASE}/bin/pkgconf --cflags SDL_image glut` \
 		`${LOCALBASE}/bin/smpeg-config --cflags`
-LDFLAGS+=	`${pkgconfig_DETECT} --libs SDL_image glut` \
+LDFLAGS+=	`${LOCALBASE}/bin/pkgconf --libs SDL_image glut` \
 		`${LOCALBASE}/bin/smpeg-config --libs`
 
 .include <bsd.port.pre.mk>



More information about the svn-ports-all mailing list