- Unbreak (quick fix, should be addressed upstream)
- Properly capitalize "Xfce" in COMMENT - Bump PORTREVISION
This commit is contained in:
parent
2f3ef73dda
commit
9f07eb5862
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288709
1 changed files with 5 additions and 4 deletions
|
@ -7,20 +7,18 @@
|
|||
|
||||
PORTNAME= xfce4-mailwatch-plugin
|
||||
PORTVERSION= 1.1.0
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= mail xfce
|
||||
MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \
|
||||
http://freebsd.unixfreunde.de/sources/
|
||||
DIST_SUBDIR= xfce4
|
||||
|
||||
MAINTAINER= xfce@FreeBSD.org
|
||||
COMMENT= A mailwatch plugin for xfce
|
||||
COMMENT= A mailwatch plugin for Xfce
|
||||
|
||||
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
|
||||
gcrypt.18:${PORTSDIR}/security/libgcrypt
|
||||
|
||||
BROKEN= does not link
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -34,5 +32,8 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
|
||||
s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \
|
||||
${WRKSRC}/configure
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|-lgnutls|-lgnutls -lgcrypt|g' \
|
||||
${WRKSRC}/panel-plugin/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue