diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-11 16:53:44 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-11 16:53:44 +0000 |
commit | 7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba (patch) | |
tree | fcced31c72840886a6d6a0f34a3554ffe11dc971 /x11 | |
parent | 6f2e67040ef3ea58205dd0754325a8f3f37f801c (diff) | |
download | ports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.tar.gz ports-7b85b686ee660b1b5e5ceeb5a6c7b9cef3bae2ba.zip |
Notes
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 |