diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:41:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-09 16:41:29 +0000 |
commit | fb7d75a18e7eff80204eb7f59344ffd380a91a38 (patch) | |
tree | cb5ee48a51f4126e6b9635f53fd1ac699267a74e /lang | |
parent | Change from master to slave. (diff) |
This port needs X11 libs.
PR: 11522
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=18654
Diffstat (limited to 'lang')
-rw-r--r-- | lang/otcl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index e460383ce085..a35363f25540 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -3,7 +3,7 @@ # Date created: 23 April 1999 # Whom: obonilla # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/30 16:36:22 taoka Exp $ # DISTNAME= otcl-1.0a4 @@ -14,6 +14,8 @@ MAINTAINER= obonilla@fisicc-ufm.edu LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +USE_XLIB= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic .include <bsd.port.mk> |