diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /editors/yzis | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) | |
download | ports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.tar.gz ports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.zip |
Notes
Diffstat (limited to 'editors/yzis')
-rw-r--r-- | editors/yzis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index d389bd742c09..8f0141f93d43 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -20,7 +20,7 @@ USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua USE_QT4= qtestlib qmake_build rcc_build uic_build moc_build gui xml -USE_PERL5= yes +USES= perl5 USES= cmake gettext CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \ |