- Remove extra dependency
- Make default paths correct in config file PR: 34708 Submitted by: maintainer
This commit is contained in:
parent
d5bd24e907
commit
282fd8b6df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54323
1 changed files with 5 additions and 2 deletions
|
@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= never@nevermind.kiev.ua
|
||||
|
||||
LIB_DEPENDS= icq0.1:${PORTSDIR}/net/icqlib0 \
|
||||
guile.9:${PORTSDIR}/lang/guile \
|
||||
mimelib.3:${PORTSDIR}/converters/kdesupport2
|
||||
guile.9:${PORTSDIR}/lang/guile
|
||||
|
||||
USE_NEWGCC= yes
|
||||
USE_AUTOCONF= yes
|
||||
|
@ -26,4 +25,8 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
|
|||
|
||||
MAN1= icqmail.1
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,Template ,Template ${PREFIX}/share/icqmail/,g' \
|
||||
${WRKSRC}/sample.cfg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue