summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-13 03:11:08 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-01-13 03:11:08 +0800
commit6634930fce80fbb3bb958bbedba785c55cd15221 (patch)
tree80ec9306e2e791dd59fbae2f7f9f3719d7fc5d3f /x11-toolkits
parent69b81b830321940fab7fa8b7c6b409b81e08314a (diff)
downloadmarcuscom-ports-6634930fce80fbb3bb958bbedba785c55cd15221.tar
marcuscom-ports-6634930fce80fbb3bb958bbedba785c55cd15221.tar.gz
marcuscom-ports-6634930fce80fbb3bb958bbedba785c55cd15221.tar.bz2
marcuscom-ports-6634930fce80fbb3bb958bbedba785c55cd15221.tar.lz
marcuscom-ports-6634930fce80fbb3bb958bbedba785c55cd15221.tar.xz
marcuscom-ports-6634930fce80fbb3bb958bbedba785c55cd15221.tar.zst
marcuscom-ports-6634930fce80fbb3bb958bbedba785c55cd15221.zip
Correct the call gnome_keyring_is_available.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1619 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgnomeui/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile
index 0742e737a..006828cc3 100644
--- a/x11-toolkits/libgnomeui/Makefile
+++ b/x11-toolkits/libgnomeui/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgnomeui
PORTVERSION= 2.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
@@ -31,4 +31,8 @@ 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>