aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-02-16 03:29:43 +0800
committerdinoex <dinoex@FreeBSD.org>2004-02-16 03:29:43 +0800
commita31bb72c7f5d40428221018630b231e615fa801c (patch)
tree4d8e7f1061fdff4788f6754ddf5ad50e86a368c1 /security
parentffdaf917097f069f8123e0a36e34ea16d4282513 (diff)
downloadfreebsd-ports-gnome-a31bb72c7f5d40428221018630b231e615fa801c.tar.gz
freebsd-ports-gnome-a31bb72c7f5d40428221018630b231e615fa801c.tar.zst
freebsd-ports-gnome-a31bb72c7f5d40428221018630b231e615fa801c.zip
- improve supoort of gtk
Submitted by: fjoe
Diffstat (limited to 'security')
-rw-r--r--security/putty/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index 7ac47a5382ad..692d324cbe72 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Secure shell and telnet client
USE_GMAKE= yes
+USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
MAKEFILE= Makefile.gtk
CFLAGS+= -DBSD_PTYS -DOMIT_UTMP
@@ -33,6 +34,9 @@ MAN1+= pterm.1 putty.1 puttygen.1 puttytel.1
MAKE_ENV+= PUTTY_WITH_GTK=yes
.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's,gtk-config,${GTK_CONFIG},' ${WRKSRC}/${MAKEFILE}
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000