diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-02 16:55:05 +0000 |
commit | 911aeddd517b4b466cb000c6bd11becacd9d973d (patch) | |
tree | b1748a305f1fbeae4e79b80ce1f77251f519c987 /x11/bricons/Makefile | |
parent | 2ce50e0dff3b5a2e1fcbb6fc61ff32ae2a63d5ca (diff) | |
download | ports-911aeddd517b4b466cb000c6bd11becacd9d973d.tar.gz ports-911aeddd517b4b466cb000c6bd11becacd9d973d.zip |
Notes
Diffstat (limited to 'x11/bricons/Makefile')
-rw-r--r-- | x11/bricons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index 0bce7f4e6984..2a7ec5147d99 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -14,8 +14,8 @@ COMMENT= Quick start up utility for applications on an X display WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake -USE_PERL5_BUILD=yes +USES= imake perl5 +USE_PERL5= build USE_XORG= xaw MAKE_JOBS_SAFE= yes |