diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-05 07:00:51 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-05 07:00:51 +0800 |
commit | 9b9a626ff3a37f4644bd4331932c5ea25b8e5d23 (patch) | |
tree | 6584c46ab05187d3d508a00eb03e87713e9ecd37 | |
parent | 21663189e0431d1ddc458a3cebb81d41f36e76aa (diff) | |
download | freebsd-ports-gnome-9b9a626ff3a37f4644bd4331932c5ea25b8e5d23.tar.gz freebsd-ports-gnome-9b9a626ff3a37f4644bd4331932c5ea25b8e5d23.tar.zst freebsd-ports-gnome-9b9a626ff3a37f4644bd4331932c5ea25b8e5d23.zip |
Restore previous functionality: X11 on by default
-rw-r--r-- | textproc/uim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 45ef3e9a9144..1451d90b5128 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -22,6 +22,7 @@ USE_PERL5= build GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS X11 +OPTIONS_DEFAULT= X11 .include <bsd.port.options.mk> |