diff options
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index e47e4f111d1b..1d5a89c4fcb0 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -145,7 +145,7 @@ CONFIGURE_ARGS+= --disable-smart-resize CONFIGURE_ARGS+= --enable-smart-resize .endif -# enable integration with gdk-pixbuf +# enable integration with gdk-pixbuf for background images .if !${PORT_OPTIONS:MGDK_PIXBUF} CONFIGURE_ARGS+= --disable-pixbuf .else |