summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeui/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-15 03:46:16 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-15 03:46:16 +0800
commitafbbd9478ca17cae2f8b695f181d02b61f1d1910 (patch)
treee9367acddaeefb91dd3d18fded7148b6b3d695b0 /x11-toolkits/libgnomeui/Makefile
parent7b4c9b1209b4fc02cbdae83547f5f5b61d2e1523 (diff)
downloadmarcuscom-ports-afbbd9478ca17cae2f8b695f181d02b61f1d1910.tar
marcuscom-ports-afbbd9478ca17cae2f8b695f181d02b61f1d1910.tar.gz
marcuscom-ports-afbbd9478ca17cae2f8b695f181d02b61f1d1910.tar.bz2
marcuscom-ports-afbbd9478ca17cae2f8b695f181d02b61f1d1910.tar.lz
marcuscom-ports-afbbd9478ca17cae2f8b695f181d02b61f1d1910.tar.xz
marcuscom-ports-afbbd9478ca17cae2f8b695f181d02b61f1d1910.tar.zst
marcuscom-ports-afbbd9478ca17cae2f8b695f181d02b61f1d1910.zip
Update to 2.5.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1660 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r--x11-toolkits/libgnomeui/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index 006828cc3..149c9b13e 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= libgnomeui
-PORTVERSION= 2.5.2
-PORTREVISION= 2
+PORTVERSION= 2.5.3
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
@@ -31,8 +30,4 @@ USE_BISON= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
-post-patch:
- @${REINPLACE_CMD} -e 's|availible|available|g' \
- ${WRKSRC}/libgnomeui/gnome-authentication-manager.c
-
.include <bsd.port.mk>