diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-25 05:22:54 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-25 05:22:54 +0000 |
commit | e66d0128c6d1e73af087ed6af020bb8669820cfb (patch) | |
tree | 4637b838dc452e9444b9ae6f16a3fc04256b16d9 /irc/xchat-gnome/Makefile | |
parent | 6c87d56e6b376c8a4a49901db12cb5ec9c0c9f2b (diff) | |
download | FreeBSD-ports-e66d0128c6d1e73af087ed6af020bb8669820cfb.zip FreeBSD-ports-e66d0128c6d1e73af087ed6af020bb8669820cfb.tar.gz |
Update to 2.0.5.
Diffstat (limited to 'irc/xchat-gnome/Makefile')
-rw-r--r-- | irc/xchat-gnome/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index d212258..aca708f 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xchat2 -PORTVERSION= 2.0.4 -PORTREVISION= 1 +PORTVERSION= 2.0.5 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/2.0/ \ http://xchat.linuxpower.org/files/source/2.0/ @@ -76,7 +75,7 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VERSION/config -lpython\$$PY_VERSION ${PTHREAD_LIBS} -lutil"|' \ + @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ ${WRKSRC}/configure .include <bsd.port.post.mk> |