diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 10:51:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 10:51:28 +0000 |
commit | c24b93e3f9b2b9bd2314c3ae6ac2109a7a0650de (patch) | |
tree | f8099f59f354ca8b770ee3d58ea94309924b1c34 /editors | |
parent | 35f7c638509718a5469e9288b277527e2b60f1d5 (diff) | |
download | ports-c24b93e3f9b2b9bd2314c3ae6ac2109a7a0650de.tar.gz ports-c24b93e3f9b2b9bd2314c3ae6ac2109a7a0650de.zip |
Add USE_XLIB, USE_FREETYPE doesn't imply it anymore.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=35064
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 9aca2876dcf2..57056673625b 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= |