diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-26 16:35:15 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-26 16:35:15 +0000 |
commit | 8421ab5a85f77c2827d2b7c774d2aed9c720c21c (patch) | |
tree | 2bca046dfdef29b1453c0a4949ce619d980e52ca /irc | |
parent | 5efbe2f849da6e5e36e349a3381c2add0e4bd67b (diff) | |
download | ports-8421ab5a85f77c2827d2b7c774d2aed9c720c21c.tar.gz ports-8421ab5a85f77c2827d2b7c774d2aed9c720c21c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 | ||||
-rw-r--r-- | irc/xchat-gnome/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 435b2dc457df..0d164dfd9cad 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -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 \ diff --git a/irc/xchat-gnome/pkg-plist b/irc/xchat-gnome/pkg-plist index 92fc0976977d..7053b90ea3b4 100644 --- a/irc/xchat-gnome/pkg-plist +++ b/irc/xchat-gnome/pkg-plist @@ -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 |