mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Fix manpage install
- Bump PORTREVISION Submitted by: pointyhat via kris
This commit is contained in:
parent
c114613a21
commit
e99793bc99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181992
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ecasound
|
||||
PORTVERSION= 2.4.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://ecasound.seul.org/download/
|
||||
|
||||
@ -18,7 +19,10 @@ USE_GMAKE= yes
|
||||
USE_GCC= 3.4+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --disable-pyecasound --disable-rubyecasound --with-largefile \
|
||||
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \
|
||||
--disable-pyecasound \
|
||||
--disable-rubyecasound \
|
||||
--with-largefile \
|
||||
--enable-sys-readline
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user