diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-21 17:22:00 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-21 17:22:00 +0000 |
commit | e73b9eb1958793bce410cea8c0f699321faaade9 (patch) | |
tree | 6c62d46472e594a993b297df0f40cd941a340b32 /net-mgmt/scotty3/Makefile | |
parent | d6c060f6f69928556b3a3c58cf925c688360989b (diff) | |
download | ports-e73b9eb1958793bce410cea8c0f699321faaade9.tar.gz ports-e73b9eb1958793bce410cea8c0f699321faaade9.zip |
Notes
Diffstat (limited to 'net-mgmt/scotty3/Makefile')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 31dc8ef9e76c..0e164d477037 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/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: |