summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-07-30 08:30:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-07-30 08:30:17 +0000
commitba7b51e86dd1e8fbda58be67fc065c1784d82ca0 (patch)
treea21cb00281aef611684ca7e297752e83320aa37b /x11-fm
parentFix a regression appending newline to commments (diff)
Fix build with pkgconf
Reported by: pointyhat (erwin)
Notes
Notes: svn path=/head/; revision=301712
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/tdfsb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile
index dd0c14c99a46..8ffb95af665c 100644
--- a/x11-fm/tdfsb/Makefile
+++ b/x11-fm/tdfsb/Makefile
@@ -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>