ex-vi: fix CFLAGS.
This commit is contained in:
parent
0756e6b47a
commit
37748ddb44
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'ex-vi'
|
||||
pkgname=ex-vi
|
||||
version=050325
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="ex-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr TERMLIB=ncurses PRESERVEDIR=/var/tmp LARGEF=-DLARGEF"
|
||||
make_install_args="INSTALL=/usr/bin/install PRESERVEDIR=/var/tmp STRIP="
|
||||
CFLAGS=-I.
|
||||
makedepends="ncurses-devel"
|
||||
replaces="nvi>=0"
|
||||
provides="nvi-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue