diff options
author | mm <mm@FreeBSD.org> | 2007-08-01 05:03:29 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-01 05:03:29 +0800 |
commit | 2d3a61c85d550958eb8b2e3bc08114dfedb300c8 (patch) | |
tree | 250d144f90c83c9bf531684df677c780c19e1f65 /lang/otcl | |
parent | 4a749c558c79eed63845155142f3b79fc731cee6 (diff) | |
download | freebsd-ports-graphics-2d3a61c85d550958eb8b2e3bc08114dfedb300c8.tar.gz freebsd-ports-graphics-2d3a61c85d550958eb8b2e3bc08114dfedb300c8.tar.zst freebsd-ports-graphics-2d3a61c85d550958eb8b2e3bc08114dfedb300c8.zip |
- Add USE_XORG=xext
- Add xorg-related CONFIGURE_ARGS
- Bump PORTREVISION
Approved by: garga (mentor, implicit)
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index b9f23f7a2c2..e6dc0a1e783 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -7,7 +7,7 @@ PORTNAME= otcl PORTVERSION= 1.13 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= src- CATEGORIES= lang tcl84 tk84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_TK= 80+ USE_TK_NO_THREADS= yes +USE_XORG= xext USE_AUTOTOOLS= autoconf:259 USE_LDCONFIG= yes @@ -34,7 +35,8 @@ PORTDOCS= ${DOCS:S/doc\///} .include <bsd.port.pre.mk> CFLAGS+= -DHAVE_UNISTD_H -CONFIGURE_ARGS+= --with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER} +CONFIGURE_ARGS+= --with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER} \ + --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ |