diff options
Diffstat (limited to 'x11-toolkits/gauche-gtk/Makefile')
-rw-r--r-- | x11-toolkits/gauche-gtk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile index 93d3f628c9e4..b2bc8fcee381 100644 --- a/x11-toolkits/gauche-gtk/Makefile +++ b/x11-toolkits/gauche-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= gauche PORTVERSION= 0.4.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits scheme MASTER_SITES= SF/${PORTNAME}/Gauche-gtk/${PORTVERSION} PKGNAMESUFFIX= -gtk @@ -36,6 +36,10 @@ PLIST_SUB+= GTKGLEXT="" PLIST_SUB+= GTKGLEXT="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|n-bytes|x-n-bytes|g' -e 's|text-size|x-text-size|g' \ + ${WRKSRC}/src/gtkentry.stub + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} |