diff options
Diffstat (limited to 'x11-clocks/xtu/Makefile')
-rw-r--r-- | x11-clocks/xtu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/xtu/Makefile b/x11-clocks/xtu/Makefile index 6289d68619af..04957d0f439a 100644 --- a/x11-clocks/xtu/Makefile +++ b/x11-clocks/xtu/Makefile @@ -27,7 +27,7 @@ USE_GNOME= imlib CPPFLAGS= -DUSE_IMLIB `${IMLIB_CONFIG} --cflags` LDFLAGS= `${IMLIB_CONFIG} --libs` .else -USE_XPM= yes +USE_XORG= x11 xpm xext CPPFLAGS= -DUSE_XPM LDFLAGS= -lXpm -lX11 -lXext .endif |