diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /textproc/gutenbook/Makefile | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) |
Notes
Diffstat (limited to 'textproc/gutenbook/Makefile')
-rw-r--r-- | textproc/gutenbook/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gutenbook/Makefile b/textproc/gutenbook/Makefile index 00125c7bc5fc..1f5516838578 100644 --- a/textproc/gutenbook/Makefile +++ b/textproc/gutenbook/Makefile @@ -19,10 +19,10 @@ RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ ${site_perl}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${site_perl}/URI/URL.pm:${PORTSDIR}/net/p5-URI -site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +site_perl= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_GTK= YES -NO_BUILD= YES +USE_GTK= yes +NO_BUILD= yes MODULES= Etext.pm File.pm Index.pm Network.pm PropList.pm |