diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-02-12 16:39:35 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-02-12 16:39:35 +0000 |
commit | 0feb198e7851bb94b84e36037d9f6941add9a185 (patch) | |
tree | ec40d157958a7e2c3a0c32a466e066b8d12ccf49 | |
parent | 5e4be61f663c0ee963a2855bf526b62a9605efb7 (diff) | |
download | ports-0feb198e7851bb94b84e36037d9f6941add9a185.tar.gz ports-0feb198e7851bb94b84e36037d9f6941add9a185.zip |
Notes
-rw-r--r-- | x11/xfce4-terminal/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index cdc43ffa0082..2493f92129ad 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -39,8 +39,6 @@ PLIST_SUB+= NLS="@comment " .endif post-patch: -# Downgrade VTE to 0.26 - @${REINPLACE_CMD} -e 's|0.28|0.26|g' ${WRKSRC}/configure .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's| terminal||; \ s|po \\|terminal|' ${WRKSRC}/Makefile.in |