Fix build with pkgconf

Reported by:	pointyhat (erwin)
This commit is contained in:
Baptiste Daroussin 2012-07-30 08:30:17 +00:00
parent 80a49985ce
commit ba7b51e86d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301712

View file

@ -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>