diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-07-30 15:32:46 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-07-30 15:32:46 +0000 |
commit | 6cd86937f99a8cc468e0acb7582106e5cc1487b3 (patch) | |
tree | cc782d83651eaf5b40288df5b58ab7df7b2958cf /graphics/skencil | |
parent | 4c62932a462c9a670c2bb18dcc4db25b02a3c0e8 (diff) |
Notes
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index b3e4214a9568..2a7d165a757e 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -25,6 +25,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_NOEGGINFO= yes +USE_XORG= x11 xext + CONFFLAGS= --tk-autoconf --tk-flags="-I${X11BASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 -L${LOCALBASE}/lib -ltk84 -ltcl84 -L${X11BASE}/lib -lX11" SKETCHDOCS= BUGS Doc NEWS PROJECTS README TODO |