diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-12-30 19:04:10 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-12-30 19:04:10 +0000 |
commit | 2c41e17121b0f6febc53828ec68c4fb867e9bc4a (patch) | |
tree | beea4da25ed252316856f3e88bffeac89283b5c2 /x11/rxvt-unicode | |
parent | 56980212e33dc73f0defcb6f7335b8cfc0a2f43e (diff) |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-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 |