diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 10:00:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 10:00:17 +0000 |
commit | 7748a05fcb3053a422eb812960dccdd1c79821bc (patch) | |
tree | 173f02d41805dabc75860ed5be06b321e03301fb /graphics/grafx2 | |
parent | 2c62c65799695d3c7131cec7187c68a5ba8cf41f (diff) | |
download | ports-7748a05fcb3053a422eb812960dccdd1c79821bc.tar.gz ports-7748a05fcb3053a422eb812960dccdd1c79821bc.zip |
Notes
Diffstat (limited to 'graphics/grafx2')
-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 f5752b81f978..323e0d6d5bce 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -34,7 +34,7 @@ MAKE_ARGS+= NOTTF=1 .endif .if ${PORT_OPTIONS:MLUA} -USE_PKGCONFIG= yes +USES+= pkgconfig USE_LUA= 5.1 .else MAKE_ARGS+= NOLUA=1 |