diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-30 08:18:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-30 08:18:28 +0000 |
commit | 6884fe334e6671f5a2ed042e45689b7bb4208f19 (patch) | |
tree | 2cfbae90ed14a0c0e2ad626cc19f8b0569079d0e | |
parent | Update pmk to run pmksetup by default and remove pmk.conf only if it's the (diff) |
- Try to fix build on 5.x, it uses perl script to generate documentation
Reported by: pointyhat via kris
-rw-r--r-- | graphics/openrm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile index 02ebbeb6c7a8..2c2158fc3714 100644 --- a/graphics/openrm/Makefile +++ b/graphics/openrm/Makefile @@ -29,6 +29,7 @@ EXTRA_PATCHES= ${PATCHDIR}/makeinclude.diff USE_X_PREFIX= yes USE_GL= yes +USE_PERL5_BUILD=yes USE_REINPLACE= yes ALL_TARGET= freebsd docs MAKE_ARGS= AR=${AR} \ |