diff options
author | asami <asami@FreeBSD.org> | 2000-11-13 18:51:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-13 18:51:28 +0800 |
commit | a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d (patch) | |
tree | 2d5bc364095085b4255e8b00c8d593b3d30782b9 /editors | |
parent | 0a92f0028b744451e9421eba939bf1ca54a3bd76 (diff) | |
download | freebsd-ports-graphics-a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d.tar.gz freebsd-ports-graphics-a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d.tar.zst freebsd-ports-graphics-a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d.zip |
Add USE_XLIB, USE_FREETYPE doesn't imply it anymore.
Submitted by: bento
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yudit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 9aca2876dcf..57056673625 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -22,6 +22,7 @@ MAINTAINER= rch@WriteMe.Com BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext USE_FREETYPE= YES +USE_XLIB= YES CONFIGURE_ENV= LC_ALL= GNU_CONFIGURE= YES MAKE_ENV= LC_ALL= |