aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-02-15 19:29:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-02-15 19:29:43 +0000
commitedbbbcbcd66565ec119acbcc383a6d68f6bb4193 (patch)
tree45787ad4c292f674dfcc66472258920ceb3b0165
parent5f21b9375d1719df594b28aed31a3b0569ec8bb8 (diff)
downloadports-edbbbcbcd66565ec119acbcc383a6d68f6bb4193.tar.gz
ports-edbbbcbcd66565ec119acbcc383a6d68f6bb4193.zip
Notes
-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