diff options
author | mm <mm@FreeBSD.org> | 2007-07-30 23:32:46 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-07-30 23:32:46 +0800 |
commit | 14a47f6caf4340ee3e683fc3e05253dcd724acea (patch) | |
tree | bdee41c127a14a50e2870a3c5b5bf9ba2472dd48 /graphics | |
parent | 2ce7695f3afb4b3bfaf7227ae3b1934b90a09fd7 (diff) | |
download | freebsd-ports-gnome-14a47f6caf4340ee3e683fc3e05253dcd724acea.tar.gz freebsd-ports-gnome-14a47f6caf4340ee3e683fc3e05253dcd724acea.tar.zst freebsd-ports-gnome-14a47f6caf4340ee3e683fc3e05253dcd724acea.zip |
- Unbreak build with USE_XORG= x11 xext
Approved by: garga (mentor, implicit)
Diffstat (limited to 'graphics')
-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 |