diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /editors/xvile | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) |
Notes
Diffstat (limited to 'editors/xvile')
-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 |