diff options
author | asami <asami@FreeBSD.org> | 2000-11-13 10:51:28 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-13 10:51:28 +0000 |
commit | a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d (patch) | |
tree | 2d5bc364095085b4255e8b00c8d593b3d30782b9 /editors/yudit | |
parent | 0a92f0028b744451e9421eba939bf1ca54a3bd76 (diff) | |
download | FreeBSD-ports-a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d.zip FreeBSD-ports-a345331cc0fdaf28bd3f88dcc7f38fea86d85d2d.tar.gz |
Add USE_XLIB, USE_FREETYPE doesn't imply it anymore.
Submitted by: bento
Diffstat (limited to 'editors/yudit')
-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 9aca287..5705667 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= |