diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-01-12 00:53:44 +0800 |
commit | 6ed13fce8ae198cfc7c4e72fd91efc013cec64d5 (patch) | |
tree | fcced31c72840886a6d6a0f34a3554ffe11dc971 /x11 | |
parent | 9398f9d27db183495f97a3f10035ccec4e380272 (diff) | |
download | freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.gz freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.tar.zst freebsd-ports-gnome-6ed13fce8ae198cfc7c4e72fd91efc013cec64d5.zip |
Remove superfluous linefeeds and fix some other minor whitespace bugs.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxrandr/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/lxrandr/Makefile b/x11/lxrandr/Makefile index 13e5f624787e..ccb94ca90987 100644 --- a/x11/lxrandr/Makefile +++ b/x11/lxrandr/Makefile @@ -12,7 +12,7 @@ COMMENT= Monitor configuration tool LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 USES= desktop-file-utils gmake localbase pkgconfig tar:xz USE_GNOME= gtk20 intltool cairo @@ -20,7 +20,6 @@ USE_XORG= xrandr GNU_CONFIGURE= yes INSTALLS_ICONS= yes - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |