diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-22 03:22:42 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-22 03:22:42 +0800 |
commit | e1f4968563e0deda3a3cda28aa8e54448776c549 (patch) | |
tree | 04fdd97b6865836d9bf34c7eefb39e634b498872 /x11 | |
parent | 6799782b77a34c251f87ec1b5e0df53949c2844c (diff) | |
download | freebsd-ports-gnome-e1f4968563e0deda3a3cda28aa8e54448776c549.tar.gz freebsd-ports-gnome-e1f4968563e0deda3a3cda28aa8e54448776c549.tar.zst freebsd-ports-gnome-e1f4968563e0deda3a3cda28aa8e54448776c549.zip |
Add xrandr to the list of dependencies.
Submitted by: Ion-tindy
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/tint/Makefile b/x11/tint/Makefile index 556c936c1a60..25fdd5d04e00 100644 --- a/x11/tint/Makefile +++ b/x11/tint/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo PROJECTHOST= tint2 USE_GNOME= pango -USE_XORG= xinerama +USE_XORG= xinerama xrandr USE_EFL= imlib2 USE_GMAKE= yes |