summaryrefslogtreecommitdiff
path: root/lang/otcl
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-12 23:02:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-12 23:02:31 +0000
commit48017f46f101c56026b05f6d3e6dbd503ac87572 (patch)
tree9cf9488cd0373f1a3ae64092b9e24db60c2a1738 /lang/otcl
parentFix up dependencies so this will build in 3.x. (diff)
Minor cleanup - remove Xlib dependency, as it's already there through tk.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18818
Diffstat (limited to 'lang/otcl')
-rw-r--r--lang/otcl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile
index 194082f9e8b4..f69447012ad0 100644
--- a/lang/otcl/Makefile
+++ b/lang/otcl/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 April 1999
# Whom: obonilla
#
-# $Id: Makefile,v 1.2 1999/05/09 16:41:29 steve Exp $
+# $Id: Makefile,v 1.3 1999/05/12 09:53:18 asami Exp $
#
DISTNAME= otcl-1.0a4
@@ -14,8 +14,7 @@ MAINTAINER= obonilla@fisicc-ufm.edu
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
-USE_XLIB= yes
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic
+
.include <bsd.port.mk>