diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-11 16:53:11 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-11 16:53:11 +0000 |
commit | 9939834bd325a2e1ad7a9c52ce0fab229d8820ec (patch) | |
tree | b1064a4a9e2ced7b17a47faf6e8ffc1f1e184d07 /irc/conspire | |
parent | b92ade29b1411a6b8ca17c8f332cbfcf9d81c506 (diff) | |
download | ports-9939834bd325a2e1ad7a9c52ce0fab229d8820ec.tar.gz ports-9939834bd325a2e1ad7a9c52ce0fab229d8820ec.zip |
Notes
Diffstat (limited to 'irc/conspire')
-rw-r--r-- | irc/conspire/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/conspire/Makefile b/irc/conspire/Makefile index dc46fff53d15..b93add97a582 100644 --- a/irc/conspire/Makefile +++ b/irc/conspire/Makefile @@ -69,5 +69,7 @@ post-install: post-patch: @${REINPLACE_CMD} 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's|GtkType|GType|g' \ + ${WRKSRC}/src/fe-gtk/xtext.h .include <bsd.port.post.mk> |