diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-26 05:40:22 +0000 |
commit | 9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch) | |
tree | 73bea5baa559b61c5e812c50ac96fad638950c75 /graphics/grafx2/Makefile | |
parent | 49ac3accb4fc378c681317849f4ae94655a61423 (diff) | |
download | ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.tar.gz ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.zip |
Notes
Diffstat (limited to 'graphics/grafx2/Makefile')
-rw-r--r-- | graphics/grafx2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 366c281961cd..175da9254066 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -38,7 +38,7 @@ USE_SDL+= ttf .endif .if defined(WITH_LUA) -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config +USE_PKGCONFIG= yes USE_LUA= 5.1 .else MAKE_ARGS+= NOLUA=1 |