move TCL before TK in dependency list
This commit is contained in:
parent
951292a3ae
commit
c85d67103d
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.2 1999/09/02 21:29:39 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/09/02 21:43:32 brad Exp $
|
||||
|
||||
DISTNAME= common-1.0.6
|
||||
CATEGORIES= mbone
|
||||
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/common/
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LIB_DEPENDS= tk80:${PORTSDIR}/x11/tk80 \
|
||||
tcl80:${PORTSDIR}/lang/tcl80
|
||||
LIB_DEPENDS= tcl80:${PORTSDIR}/lang/tcl80 \
|
||||
tk80:${PORTSDIR}/x11/tk80
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user