diff options
author | thierry <thierry@FreeBSD.org> | 2012-12-31 03:04:10 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-12-31 03:04:10 +0800 |
commit | 4cd6af953532a65dd195e30435a2de9679f1a548 (patch) | |
tree | beea4da25ed252316856f3e88bffeac89283b5c2 /x11 | |
parent | ebb5dc273c85bfad5b74687a18eba976aeac84f0 (diff) | |
download | freebsd-ports-gnome-4cd6af953532a65dd195e30435a2de9679f1a548.tar.gz freebsd-ports-gnome-4cd6af953532a65dd195e30435a2de9679f1a548.tar.zst freebsd-ports-gnome-4cd6af953532a65dd195e30435a2de9679f1a548.zip |
Restore a truncated comment.
Diffstat (limited to 'x11')
-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 |