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 | |
| parent | Fix typos so they match the command and file name. (diff) | |
Convert to USES=pkgconfig
| -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 |
