aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-02-28 09:24:04 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-02-28 09:24:04 +0000
commit215e0ad16e760707bcc944455590f28fa49630d7 (patch)
tree601f152bd7e36570f7da796d9872e50baad672c9 /x11
parent8f2cfe82d21f540753ee6bf0a120f3dac5c742e7 (diff)
downloadports-215e0ad16e760707bcc944455590f28fa49630d7.tar.gz
ports-215e0ad16e760707bcc944455590f28fa49630d7.zip
Clean up some things
- Fix typos - Sort categories Reported by: portscan
Notes
Notes: svn path=/head/; revision=566751
Diffstat (limited to 'x11')
-rw-r--r--x11/rxvt-unicode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
index a35ab561d612..52edfb41912a 100644
--- a/x11/rxvt-unicode/Makefile
+++ b/x11/rxvt-unicode/Makefile
@@ -3,7 +3,7 @@
PORTNAME= rxvt-unicode
PORTVERSION= 9.22
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
MASTER_SITE_SUBDIR= . Attic
@@ -103,7 +103,7 @@ BACKSPACE_KEY_CONFIGURE_ENABLE= backspace-key
DELETE_KEY_CONFIGURE_ENABLE= delete-key
# enable scrolling via mouse wheel or buttons 4 & 5
-MOUSEWHELL_CONFIGURE_ENABLE= mousewheel
+MOUSEWHEEL_CONFIGURE_ENABLE= mousewheel
# enable smart resize
SMART_RESIZE_CONFIGURE_ENABLE= smart-resize
@@ -118,7 +118,7 @@ NOTIFY_CONFIGURE_ENABLE= startup-notification
NOTIFY_LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification
# enable support for 256 colors
-256_COLOR_CONFIGURE_ARGS+= --enable-256-color
+256_COLOR_CONFIGURE_ON= --enable-256-color
.include <bsd.port.options.mk>