diff options
author | jkh <jkh@FreeBSD.org> | 1995-02-22 01:22:00 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-02-22 01:22:00 +0800 |
commit | cf242317722791fe2bd7541739748919a62e4ee0 (patch) | |
tree | a5fa3241c583c7937b4313a6bfd7f3837d966fb4 /net | |
parent | b3868ed590143fdace4f30358271666e9715a8a6 (diff) | |
download | freebsd-ports-gnome-cf242317722791fe2bd7541739748919a62e4ee0.tar.gz freebsd-ports-gnome-cf242317722791fe2bd7541739748919a62e4ee0.tar.zst freebsd-ports-gnome-cf242317722791fe2bd7541739748919a62e4ee0.zip |
Back out my change to convert DEPENDS->LIB_DEPENDS. There is a good
reason for it being the way it was.
Diffstat (limited to 'net')
-rw-r--r-- | net/scotty/Makefile | 6 | ||||
-rw-r--r-- | net/scotty3/Makefile | 6 |
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: |