diff options
author | acm <acm@FreeBSD.org> | 2006-12-01 04:37:26 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-12-01 04:37:26 +0800 |
commit | 2f7c40ef41a252e99fcc6942a026b1b8cd3e255e (patch) | |
tree | 10de8ee0aaf21a211239f40f3ffe644c4d757ea3 /graphics/py-soya3d | |
parent | f93d978c1a76be4f941bd760159e8791f28b016a (diff) | |
download | freebsd-ports-graphics-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.tar.gz freebsd-ports-graphics-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.tar.zst freebsd-ports-graphics-2f7c40ef41a252e99fcc6942a026b1b8cd3e255e.zip |
- Respect X11BASE
Diffstat (limited to 'graphics/py-soya3d')
-rw-r--r-- | graphics/py-soya3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/py-soya3d/Makefile b/graphics/py-soya3d/Makefile index 7828b35cd34..366b460eb57 100644 --- a/graphics/py-soya3d/Makefile +++ b/graphics/py-soya3d/Makefile @@ -34,6 +34,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GL= yes USE_GMAKE= yes +USE_XLIB= yes MANDIR= ${WRKDIR}/${DISTNAME}/manpage/man1 MAN1= soya_editor.1 |