summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-09-15 10:41:29 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-09-15 10:41:29 +0000
commita8da8f2c0d3adead79ca2d1df4ff38e8219a0b3b (patch)
treef8820a27ed8c5b66f9d57331631d7e8f32d8a8ee /net
parentThe distfile (ls.tar.gz) is generated on-the-fly by ftpd. Empty this file (diff)
Don't need the --with-tcl-include=... stuff, these should all be in
/usr/local because *_DEPENDS handles them. Reviewed by: Gennady Sorokopud <gena@NetVision.net.il>
Notes
Notes: svn path=/head/; revision=2156
Diffstat (limited to 'net')
-rw-r--r--net/scotty/Makefile4
-rw-r--r--net/scotty3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index 436c3508a3ce..ef936ef1b275 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
-# $Id: Makefile,v 1.5 1995/04/18 05:42:21 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/24 08:26:50 asami Exp $
#
DISTNAME= scotty-1.2.0
@@ -21,7 +21,7 @@ EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= --with-x --prefix=${PREFIX} --with-tcl-include=${PORTSDIR}/lang/tcl/work/tcl7.3 --with-tcl-library=${PORTSDIR}/lang/tcl/work/tcl7.3 --with-tk-include=${PORTSDIR}/x11/tk/work/tk3.6 --with-tk-library=${PORTSDIR}/x11/tk/work/tk3.6 --with-blt-library=${PORTSDIR}/lang/tclX/work/tclX7.3b/tclmaster/lib
+CONFIGURE_ARGS= --with-x --prefix=${PREFIX}
pre-configure:
@find ${WRKSRC} -name Makefile.in -exec ${SCRIPTDIR}/untrue \{} \;
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile
index 436c3508a3ce..ef936ef1b275 100644
--- a/net/scotty3/Makefile
+++ b/net/scotty3/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
-# $Id: Makefile,v 1.5 1995/04/18 05:42:21 asami Exp $
+# $Id: Makefile,v 1.6 1995/04/24 08:26:50 asami Exp $
#
DISTNAME= scotty-1.2.0
@@ -21,7 +21,7 @@ EXEC_DEPENDS= wishx:${PORTSDIR}/lang/tclX
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ARGS= --with-x --prefix=${PREFIX} --with-tcl-include=${PORTSDIR}/lang/tcl/work/tcl7.3 --with-tcl-library=${PORTSDIR}/lang/tcl/work/tcl7.3 --with-tk-include=${PORTSDIR}/x11/tk/work/tk3.6 --with-tk-library=${PORTSDIR}/x11/tk/work/tk3.6 --with-blt-library=${PORTSDIR}/lang/tclX/work/tclX7.3b/tclmaster/lib
+CONFIGURE_ARGS= --with-x --prefix=${PREFIX}
pre-configure:
@find ${WRKSRC} -name Makefile.in -exec ${SCRIPTDIR}/untrue \{} \;