diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 07:47:02 +0000 |
| commit | 7ec4b3d1a268df1e30726e5ae185bfa7ec7af2dc (patch) | |
| tree | ed863c0ce8ca0afdea6de1e948f5d224ac4166e5 /sysutils/coreutils | |
| parent | 0772407fe8e08568b3ff0710f5290fb448ce665d (diff) | |
Notes
Diffstat (limited to 'sysutils/coreutils')
| -rw-r--r-- | sysutils/coreutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 55096b4a44d8..b6adcab12ad1 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -26,10 +26,10 @@ CONFIGURE_ARGS= --program-prefix=g \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= "-I${LOCALBASE}/include" +USES= gmake perl5 +USE_PERL5= build # build - required for tests and man page generation USE_XZ= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_PERL5_BUILD= yes # Required for tests and man page generation #USE_BISON= yes INFO= coreutils |
