diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-05 12:18:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-05 12:18:13 +0000 |
commit | ed904572bb530d36d880759c1d97db64d392f03d (patch) | |
tree | aa1e32d865ccd614190dd9d837a8d30ccb22bf96 /devel/oskit | |
parent | 2e256dbb6083bda2c24a2ba22553f0895edc96af (diff) | |
download | ports-ed904572bb530d36d880759c1d97db64d392f03d.tar.gz ports-ed904572bb530d36d880759c1d97db64d392f03d.zip |
Notes
Diffstat (limited to 'devel/oskit')
-rw-r--r-- | devel/oskit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/oskit/Makefile b/devel/oskit/Makefile index 564b4d6e1293..87136b1e075f 100644 --- a/devel/oskit/Makefile +++ b/devel/oskit/Makefile @@ -16,6 +16,8 @@ COMMENT= Framework and a set of libraries for developing operating systems BUILD_DEPENDS= gcc295:${PORTSDIR}/lang/gcc295 RUN_DEPENDS= gcc295:${PORTSDIR}/lang/gcc295 +USE_PERL5_BUILD= yes + OSKITDIR= ${PORTNAME} GNU_CONFIGURE= yes |