diff options
Diffstat (limited to 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 057f6915d2fc..9a9ea2fe6242 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -32,9 +32,7 @@ USE_PERL5= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --with-libdir-path=${PREFIX}/lib/xvile \ - --datadir=${PREFIX}/share/xvile \ - --x-includes=${X11BASE}/include \ - --x-libraries=${X11BASE}/lib + --datadir=${PREFIX}/share/xvile MAN1= xvile.1 OPTIONS= FILTERS "Add support for loadable filters" OFF |