diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-11 20:28:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-12-11 20:28:23 +0000 |
commit | c774395cfddb0da7cb3b1c37179b3e2c63f872e4 (patch) | |
tree | d82f4202c0eda15bf91ff2c2d546ea56b8e14b49 /misc/estic | |
parent | 12c493ea856c7b39d8d5d2517f5b9a44eecb8653 (diff) |
- set USE_XORG
Notes
Notes:
svn path=/head/; revision=202994
Diffstat (limited to 'misc/estic')
-rw-r--r-- | misc/estic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index db0c3e6bbcf8..c1ffac355870 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -26,7 +26,7 @@ X_OR_NOT= PLIST_SUB+= WITHOUT_X="" PLIST_SUB+= WITH_X="@comment " .else -USE_XLIB= yes +USE_XORG= x11 X_OR_NOT=-x PLIST_SUB+= WITHOUT_X="@comment " PLIST_SUB+= WITH_X="" |