- improve supoort of gtk
Submitted by: fjoe
This commit is contained in:
parent
5f21b9375d
commit
edbbbcbcd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100990
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue