Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= rxvt-unicode |
4 |
PORTNAME= rxvt-unicode |
5 |
PORTVERSION= 9.19 |
5 |
PORTVERSION= 9.19 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= x11 |
7 |
CATEGORIES= x11 |
8 |
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ |
8 |
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ |
9 |
MASTER_SITE_SUBDIR= . Attic |
9 |
MASTER_SITE_SUBDIR= . Attic |
Lines 129-136
Link Here
|
129 |
# enable scrolling via mouse wheel or buttons 4 & 5 |
129 |
# enable scrolling via mouse wheel or buttons 4 & 5 |
130 |
.if !${PORT_OPTIONS:MMOUSEWHEEL} |
130 |
.if !${PORT_OPTIONS:MMOUSEWHEEL} |
131 |
CONFIGURE_ARGS+= --disable-mousewheel |
131 |
CONFIGURE_ARGS+= --disable-mousewheel |
132 |
.else |
|
|
133 |
USE_GCC= yes # segfaults when trying to scroll with the mouse wheel if clang |
134 |
.endif |
132 |
.endif |
135 |
|
133 |
|
136 |
# enable smart resize |
134 |
# enable smart resize |