-Correct the pkg-plist.
-Use the correct version of libtool 13 -> 15 to avoid install the *.la files. -Bump the PORTREVISION, because of the pkg-plist change. Approved by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
This commit is contained in:
parent
5efbe2f849
commit
8421ab5a85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114787
2 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= xchat
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= irc gnome ipv6
|
||||
MASTER_SITES= http://navi.cx/releases/ \
|
||||
http://members.chello.nl/~g.mast/distfiles/
|
||||
|
@ -20,10 +21,9 @@ USE_X_PREFIX= yes
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}-${XCHAT_VER}
|
||||
XCHAT_VER= 2.0.8
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_GNOME= gnomeprefix gnomehack lthack libgnomeui
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
||||
USE_REINPLACE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --enable-nls \
|
||||
|
|
|
@ -47,5 +47,6 @@ share/locale/sv/LC_MESSAGES/xchat.mo
|
|||
share/locale/uk/LC_MESSAGES/xchat.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/xchat.mo
|
||||
@exec mkdir -p %D/lib/xchat/plugins
|
||||
@dirrm share/gnome/xchat
|
||||
@dirrm lib/xchat/plugins
|
||||
@dirrm lib/xchat
|
||||
|
|
Loading…
Reference in a new issue