diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:28:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:28:23 +0800 |
commit | 05f8896d6851fb9b215b76cea4b3e8b097836e80 (patch) | |
tree | 8dfb81f6fbf176a8d49d4b7dbf68460a880606ec /misc/estic | |
parent | 0e80e22dbd2bd161a94d6a0a3938a02764338d85 (diff) | |
download | freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.tar.gz freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.tar.zst freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.zip |
- set USE_XORG
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="" |