summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-21 17:22:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-21 17:22:00 +0000
commite73b9eb1958793bce410cea8c0f699321faaade9 (patch)
tree6c62d46472e594a993b297df0f40cd941a340b32 /net
parentAdd dore. (diff)
Back out my change to convert DEPENDS->LIB_DEPENDS. There is a good
reason for it being the way it was.
Notes
Notes: svn path=/head/; revision=1013
Diffstat (limited to 'net')
-rw-r--r--net/scotty/Makefile6
-rw-r--r--net/scotty3/Makefile6
2 files changed, 4 insertions, 8 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index 31dc8ef9e76c..0e164d477037 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Februar 1995
# Whom: gena
#
-# $Id: Makefile,v 1.0 1995/02/18 13:41:00 gena Exp $
+# $Id: Makefile,v 1.1.1.1 1995/02/21 17:07:49 jkh Exp $
#
DISTNAME= scotty-1.2.0
@@ -15,9 +15,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk \
- tclx\\.a:${PORTSDIR}/lang/tclX \
- tcl\\.7\\.:${PORTSDIR}/lang/tcl
+DEPENDS= ${PORTSDIR}/x11/tk ${PORTSDIR}/lang/tclX ${PORTSDIR}/lang/tcl
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
pre-patch:
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile
index 31dc8ef9e76c..0e164d477037 100644
--- a/net/scotty3/Makefile
+++ b/net/scotty3/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Februar 1995
# Whom: gena
#
-# $Id: Makefile,v 1.0 1995/02/18 13:41:00 gena Exp $
+# $Id: Makefile,v 1.1.1.1 1995/02/21 17:07:49 jkh Exp $
#
DISTNAME= scotty-1.2.0
@@ -15,9 +15,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk \
- tclx\\.a:${PORTSDIR}/lang/tclX \
- tcl\\.7\\.:${PORTSDIR}/lang/tcl
+DEPENDS= ${PORTSDIR}/x11/tk ${PORTSDIR}/lang/tclX ${PORTSDIR}/lang/tcl
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
pre-patch: