diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2011-10-03 17:38:42 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2011-10-03 17:38:42 +0000 |
commit | 0b1f16a76f9b4415b84208c5ff9858af9b9dcab9 (patch) | |
tree | 86d25cebb7bb3274fc2e3ee9a05bc68cbac3fe0b /x11/rxvt-unicode/Makefile | |
parent | 488b75b32ff035b37e45674d47ba9ff743c81843 (diff) |
Notes
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 7a702b39390a..18b7f5b82b54 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rxvt-unicode -PORTVERSION= 9.11 +PORTVERSION= 9.12 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= . Attic MAINTAINER= thierry@FreeBSD.org COMMENT= A clone of the terminal emulator rxvt modified to support Unicode +LICENSE= GPLv2 + BUILD_DEPENDS= tic:${PORTSDIR}/devel/ncurses \ ${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ @@ -190,8 +192,6 @@ post-patch: pre-configure: ${RM} ${WRKSRC}/src/perl/kuake.orig - ${PERL} -pi -e 's|(PTYCHAR2\s+"[^"]+)"|\1ghijklmnopqrstuv"|' \ - ${WRKSRC}/src/ptytty.C post-install: ${CHMOD} 4711 ${PREFIX}/bin/urxvt ${PREFIX}/bin/urxvtd |