diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
commit | e4343d70fd4006cdded06afba566cf5ac81c1042 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /x11/xkbset/Makefile | |
parent | 778e2d35510d4f8fa6bbae934b313771189e4268 (diff) | |
download | ports-e4343d70fd4006cdded06afba566cf5ac81c1042.tar.gz ports-e4343d70fd4006cdded06afba566cf5ac81c1042.zip |
Notes
Diffstat (limited to 'x11/xkbset/Makefile')
-rw-r--r-- | x11/xkbset/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xkbset/Makefile b/x11/xkbset/Makefile index 45a94d0fc90a..62b749c69a9d 100644 --- a/x11/xkbset/Makefile +++ b/x11/xkbset/Makefile @@ -12,7 +12,8 @@ COMMENT= Manage various XKB features of X Window MAN1= xkbset.1 USE_XORG= x11 -USE_PERL5_BUILD= yes +USE_PERL5= build +USES= perl5 MAKE_ARGS= X11BASE="${LOCALBASE}" X11PREFIX="${PREFIX}" \ INSTALL_DATA="${INSTALL_DATA}" \ |